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": {
    "totalMembers": 123,
    "operationalCount": 123,
    "activeIncidents": 123,
    "failingCount": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.devhelm.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Response

OK

data
object
required

Aggregated health summary for a resource group