v1

latestOpenAPI 3.0.32026-07-13331437.0 KB
Incidents

Get an incident

get/v3/incidents/{uuid}

Path parameters

uuidstring required

Incident UUID

Response

Incident details

uuidstring
type'outage' | 'incident'
affectedComponentsstring[]
statuspagesstring[]

Example response

{
  "title": {
    "en": "We are investigating the issue",
    "fr": "Nous enquêtons sur le problème"
  },
  "updates": [
    {
      "text": {
        "en": "We are investigating the issue",
        "fr": "Nous enquêtons sur le problème"
      }
    }
  ]
}