v30

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-017419232.3 KB
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

successtrue required
msgstring required

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"
    }
  ]
}