Skip to main content
GET
/
api
/
v1
/
resource-groups
/
{id}
/
health
Get the detailed health breakdown for a resource group
curl --request GET \
  --url https://api.devhelm.io/api/v1/resource-groups/{id}/health \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "status": "operational",
    "totalMembers": 123,
    "operationalCount": 123,
    "activeIncidents": 123,
    "thresholdStatus": "healthy",
    "failingCount": 123
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Response

200 - */*

OK

data
object

Aggregated health summary for a resource group