Skip to main content
GET
/
api
/
v1
/
services
/
{slugOrId}
/
live-status
Lightweight live-status snapshot for polling
curl --request GET \
  --url https://api.devhelm.io/api/v1/services/{slugOrId}/live-status \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "overallStatus": "<string>",
    "componentStatuses": [
      {
        "id": "<string>",
        "name": "<string>",
        "status": "<string>"
      }
    ],
    "activeIncidentCount": 123,
    "lastPolledAt": "<string>"
  }
}

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Path Parameters

slugOrId
string
required

Response

200 - */*

OK

data
object