Check Cluster Health
Determine the latest cluster health via the latest cluster monitor event.
Authentication
| Scheme | Type | Details |
|---|---|---|
JSON web token (JWT) or API key | Bearer token | Authorization header · Use a JWT token obtained via an OAuth2/OIDC login workflow or an API key obtained via the `/v0/api-keys` endpoint. |
Response
All services healthy
- object
all_healthybooleanrequiredapiobjectrequiredcompilerobjectrequiredrunnerobjectrequired
curl -X GET '/v0/cluster_healthz' \
-H 'Authorization: Bearer YOUR_TOKEN'