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

Response

OK

incidents
object
I