incidents
List incidents for the caller's team
get/incidents/team
Query parameters
sortOrder'asc' | 'desc' required
dateRange'recent' | 'hour' | 'day' | 'week' | 'month' | 'all'
pageinteger nullable
rowsPerPageinteger required
statusboolean
monitorIdstring
resolutionType'automatic' | 'manual'
Response
OK
Example response
{
"data": [
{
"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"
}
]
}