Incident summary for the caller's team
Query parameters
Response
OK
Example response
{
"data": {
"total": 12,
"totalActive": 1,
"totalManualResolutions": 2,
"totalAutomaticResolutions": 9,
"avgResolutionTimeHours": 0.5,
"topMonitor": {
"monitorId": "65f1c2a4d8b9e0123456789a",
"monitorName": "Marketing site",
"incidentCount": 4
},
"latestIncidents": [
{
"id": "65f1c2a4d8b9e0123456789c",
"monitorId": "65f1c2a4d8b9e0123456789a",
"monitorName": "Marketing site",
"status": true,
"startTime": "2026-04-15T03:21:00.000Z",
"endTime": "2026-04-15T03:34:00.000Z",
"resolutionType": "automatic",
"message": "HTTP 503 from origin",
"statusCode": 503,
"createdAt": "2026-04-15T03:21:00.000Z"
}
]
}
}Changes
Changed in 3 of the 38 revisions of this API.11115
- ●
deleted the
queryrequest parameterdateRangerequest-parameter-removed
- ●
removed the optional property
data/activeIncidentsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/averageResolutionTimefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/incidentsByMonitorfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/resolvedIncidentsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/totalIncidentsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
detailsfrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
detailsfrom the response with the500statusresponse-optional-property-removed
- ●
added the new
falseenum value to thesuccessresponse property for the response status401response-property-enum-value-added
- ●
added the new
falseenum value to thesuccessresponse property for the response status500response-property-enum-value-added
- ●
added the new
trueenum value to thesuccessresponse property for the response status200response-property-enum-value-added
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the optional property
datato the response with the401statusresponse-optional-property-added
- ○
added the optional property
datato the response with the500statusresponse-optional-property-added
- ○
the response property
databecame required for the status200response-property-became-required
- ○
the response property
msgbecame required for the status200response-property-became-required
- ○
the response property
successbecame required for the status200response-property-became-required
- ○
added the required property
data/avgResolutionTimeHoursto the response with the200statusresponse-required-property-added
- ○
added the required property
data/latestIncidentsto the response with the200statusresponse-required-property-added
- ○
added the required property
data/topMonitorto the response with the200statusresponse-required-property-added
- ○
added the required property
data/totalto the response with the200statusresponse-required-property-added
- ○
added the required property
data/totalActiveto the response with the200statusresponse-required-property-added
- ○
added the required property
data/totalAutomaticResolutionsto the response with the200statusresponse-required-property-added
- ○
added the required property
data/totalManualResolutionsto the response with the200statusresponse-required-property-added
This revision also has 27 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲