v30

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-017419232.3 KB
incidents

Get an incident by id

get/incidents/{incidentId}

Path parameters

incidentIdstring required

Response

OK

successtrue required
msgstring required

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