v1
latestOpenAPI 3.0.32026-07-13331437.0 KBIncidents
List all incidents
Returns all status page incidents.
get/v3/incidents
Response
List of incidents
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"
}
}
]
}
]