v1

latestOpenAPI 3.0.32026-07-13331437.0 KB
Incidents

List all incidents

Returns all status page incidents.

get/v3/incidents

Response

List of incidents

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