GET
/v1/status/incidentsList incidents
Returns active and recently resolved incidents affecting the public API.
Authentication
No authentication is required.
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | integer | No | Maximum 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