Skip to main content
GET
List incidents

Authorizations

Authorization
string
header
required

OAuth2 Client Credentials Flow

Query Parameters

limit
string

Page size (1–100, default 20).

Pattern: ^[1-9][0-9]?$|^100$
startingAfter
string

The id of the last incident in the previous page; results start after it.

status
enum<string>

Lifecycle state. NEW, INVESTIGATING, MITIGATING, WAITING_ON_OEM, POST_MORTEM, RESOLVED, MERGED. RESOLVED and MERGED are terminal; MERGED is set only by a merge, never by a status update.

Available options:
NEW,
INVESTIGATING,
MITIGATING,
WAITING_ON_OEM,
POST_MORTEM,
RESOLVED,
MERGED
slaState
enum<string>

Where the incident stands against its resolution deadline.

Available options:
ON_TRACK,
AT_RISK,
PAUSED,
BREACHED,
RESOLVED
alertType
string
stationId
string
locationId
string
assigneeUserId
string
autoResolved
boolean
slaBreached
boolean
includeMerged
boolean

Include merged-away incidents (excluded by default).

dateFrom
string<date-time>

Start of a detectedAt range (ISO-8601). Must be sent with dateTo.

dateTo
string<date-time>

End of a detectedAt range (ISO-8601). Must be sent with dateFrom.

networkId
string

Required for machine callers whose token carries no network claim.

Response

A page of incidents.

data
object