Skip to content

Get threats associated with an incident

GET
/v1/incidents/{id}/threats
id
required
integer format: int64

The ID of the incident to retrieve threats for

Example
123

Get the threats

Array<object>

A relational struct that has a threat objective type and its relevancy to a risk.

object
created_date

The time that this relation was mutated

string | null format: date-time
relevance
One of:
null
threat_objective
required

The threat objective type

string
Allowed values: Sabotage Data Disclosure Extortion Customer Targeting Resource Hijacking Fraud

Incident not found