Get Report
Authentication API
- Tokens
Leaked Credentials API
- Credentials
- Sources
- Identities
- Cookies
Events API
- Events
- Event Feeds
- Global Search
Management API
- Identifiers
- Identifier Groups
- Alerts
- Current User
- Organization Members
- Reporting
- Tenants
Threat-Flow API
- Reports
Deprecated APIs
- Global Search
- Identities
- Event Feeds
Get Report
GET
/
threat_flow
/
reports
/
{report_id}
curl --request GET \
--url https://api.flare.io/firework/v4/threat_flow/reports/{report_id}
{
"report": {
"id": 123,
"format_type": "simple_summary",
"title": "<string>",
"subtitle": "<string>",
"summary": "<string>",
"content": "<string>",
"tags": [
"<string>"
],
"highlights": [
"<string>"
],
"related_activity_uids": [
"<string>"
],
"prompt_preset_uid": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"published_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"reading_time": 123,
"tenant_id": 123,
"organization_id": 123
}
}
Path Parameters
Response
200
application/json
Successful Response
Available options:
simple_summary
, expanded_summary
Was this page helpful?
curl --request GET \
--url https://api.flare.io/firework/v4/threat_flow/reports/{report_id}
{
"report": {
"id": 123,
"format_type": "simple_summary",
"title": "<string>",
"subtitle": "<string>",
"summary": "<string>",
"content": "<string>",
"tags": [
"<string>"
],
"highlights": [
"<string>"
],
"related_activity_uids": [
"<string>"
],
"prompt_preset_uid": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"published_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"reading_time": 123,
"tenant_id": 123,
"organization_id": 123
}
}