Get an incident
Get an incident
GET
/
incident
/
:id
Get an incident by id
Path Parameters
id
string
requiredThe id of the Incident
Response
200 - application/json
id
number
requiredThe id of the incident
startedAt
string | null
requiredThe date the incident started
monitorId
number | null
requiredThe id of the monitor associated with the incident
acknowledgedAt
string | null
The date the incident was acknowledged
acknowledgedBy
number | null
requiredThe user who acknowledged the incident
resolvedAt
string | null
The date the incident was resolved
resolvedBy
number | null
requiredThe user who resolved the incident
Was this page helpful?