Skip to main content
GET/v1/status/incidents

List incidents

Returns active and recently resolved incidents affecting the public API.

Authentication

No authentication is required.

Query parameters

NameTypeRequiredDescription
limitintegerNoMaximum incidents to return.

Response schema · 200

{
  "incidents": [
    {
      "id": "inc_123",
      "status": "resolved",
      "title": "Delayed webhook deliveries"
    }
  ]
}

Response example

{
  "incidents": [
    {
      "id": "inc_123",
      "status": "resolved",
      "title": "Delayed webhook deliveries"
    }
  ]
}

Code examples

curl https://api.tracklayer.com/v1/status/incidents

We use essential cookies to keep the site secure and functional. Analytics and third-party tags run only with your consent. See our Cookie Policy.

We use essential cookies to keep the site secure and functional. Analytics and third-party tags run only with your consent. See our Cookie Policy.