GET
/
threat_flow
/
reports
/
requests
/
{request_info_id}
curl --request GET \
  --url https://api.flare.io/firework/v4/threat_flow/reports/requests/{request_info_id}
{
  "status": "processing",
  "report": {
    "id": 123,
    "format_type": "simple_summary",
    "title": "<string>",
    "subtitle": "<string>",
    "summary": "<string>",
    "content": "<string>",
    "tags": [
      "<string>"
    ],
    "highlights": [
      "<string>"
    ],
    "related_activity_uids": [
      "<string>"
    ],
    "created_at": "2023-11-07T05:31:56Z",
    "tenant_id": 123
  }
}

Guides

See the guide for using this endpoint: Generate a Threat Flow Report .

Path Parameters

request_info_id
string
required

Response

200
application/json
Successful Response
status
enum<string>
required
Available options:
processing,
completed,
error
report
object | null