GET
/
incident

Return all incidents in your workspace

Response

200 - application/json
id
number
required

The id of the incident

startedAt
string | null
required

The date the incident started

monitorId
number | null
required

The id of the monitor associated with the incident

acknowledgedAt
string | null

The date the incident was acknowledged

acknowledgedBy
number | null
required

The user who acknowledged the incident

resolvedAt
string | null

The date the incident was resolved

resolvedBy
number | null
required

The user who resolved the incident