Response
OK
curl --request GET \
--url https://status.algolia.com/1/incidents \
--header 'accept: application/json'
{
"incidents": {
"m134-de": [
{
"t": 1687441685000,
"v": {
"title": "Incident on cluster m134-de: Everything operating normally.\n",
"status": "operational"
}
},
{
"t": 1687441579000,
"v": {
"title": "Incident on cluster m134-de: We are encountering a major\nissue that impact all API calls.\n",
"status": "major_outage"
}
}
]
}
}
Retrieves known incidents for all clusters.
curl --request GET \
--url https://status.algolia.com/1/incidents \
--header 'accept: application/json'
{
"incidents": {
"m134-de": [
{
"t": 1687441685000,
"v": {
"title": "Incident on cluster m134-de: Everything operating normally.\n",
"status": "operational"
}
},
{
"t": 1687441579000,
"v": {
"title": "Incident on cluster m134-de: We are encountering a major\nissue that impact all API calls.\n",
"status": "major_outage"
}
}
]
}
}
OK
Show child attributes
Was this page helpful?