Skip to main content

Incidents

Track active and resolved upstream incidents

GET/incidents
Bearer Token

List active incidents

Returns all active (unresolved) incidents affecting services your organization depends on.

Responses

Code Samples

curl -H 'Authorization: Bearer YOUR_API_KEY' \
  https://checkupstream.com/api/v1/incidents
Shell
GET/incidents/{id}
Bearer Token

Get incident detail

Returns an incident with its full timeline of status updates. Use this to understand the progression and resolution of an upstream issue.

Parameters

idstringpathrequired

Incident ID

Responses

Code Samples

curl -H 'Authorization: Bearer YOUR_API_KEY' \
  https://checkupstream.com/api/v1/incidents/inc_789
Shell