incidents
Get an incident by id
get/incidents/{incidentId}
Path parameters
incidentIdstring required
Response
OK
Example response
{
"data": {
"incident": {
"id": "65f1c2a4d8b9e0123456789c",
"monitorId": "65f1c2a4d8b9e0123456789a",
"teamId": "65f1c2a4d8b9e01234567890",
"startTime": "2026-04-15T03:21:00.000Z",
"endTime": "2026-04-15T03:34:00.000Z",
"status": true,
"message": "HTTP 503 from origin",
"statusCode": 503,
"resolutionType": "automatic",
"createdAt": "2026-04-15T03:21:00.000Z",
"updatedAt": "2026-04-15T03:34:00.000Z"
}
}
}