Authentication API
- Tokens
Events API
- Events
- Event Feeds
- Global Search
Leaked Credentials API
- Credentials
- Sources
- Identities
- Cookies
Management API
- Identifiers
- Identifier Groups
- Alerts
- Current User
- Organization Members
- Reporting
- Tenants
Threat-Flow API
Deprecated APIs
- Global Search
- Identities
- Credentials
- Event Feeds
Reports
Get Report Request
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
Response
200
application/json
Successful Response
The response is of type object
.
Was this page helpful?
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
}
}
Assistant
Responses are generated using AI and may contain mistakes.