Skip to main content
GET
/
1
/
incidents
/
{clusters}
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"
        }
      }
    ]
  }
}

Path Parameters

clusters
string
required

Subset of clusters, separated by commas.

Example:

"c1-de,c2-de,c3-de"

Response

OK

incidents
object
I