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
Key-value pairs with the cluster names as keys and the list of incidents reported for this cluster as values.
Show child attributes
Timestamp, measured in milliseconds since the Unix epoch.
Was this page helpful?