cURL
curl --request GET \ --url https://status.algolia.com/1/incidents/c1-de%2Cc2-de%2Cc3-de \ --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 the selected clusters.
Subset of clusters, separated by commas.
"c1-de,c2-de,c3-de"
OK
Show child attributes
Was this page helpful?