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
}
}Returns member counts, worst-of status, and threshold-based health evaluation. The thresholdStatus field is populated only when a health threshold is configured.
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
}
}