incidents
Incident summary for the caller's team
get/incidents/team/summary
Query parameters
limitinteger
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"
}
]
}
}