Retrieve one incident with linked threat summaries
cURL
curl --request GET \ --url https://api.intrace.ai/v1/incidents/{incident_id} \ --header 'X-API-Key: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "status": "open", "scope": "investigation", "threat_links": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "threat_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "added_at": "2023-11-07T05:31:56Z", "threat": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "severity": "<string>", "threat_type": "<string>", "location": "<string>", "observed_at": "<string>", "coordinates": { "lat": 123, "lng": 123 } } } ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>", "started_at": "2023-11-07T05:31:56Z", "resolved_at": "2023-11-07T05:31:56Z" }
Incident detail.
open
closed
resolved
investigation
aggregate
Show child attributes