Skip to Content
API ReferencePlatformCheck Cluster Health

Check Cluster Health

GET/v0/cluster_healthz
Authentication

Determine the latest cluster health via the latest cluster monitor event.

Authentication

SchemeTypeDetails
JSON web token (JWT) or API keyBearer tokenAuthorization header · Use a JWT token obtained via an OAuth2/OIDC login workflow or an API key obtained via the `/v0/api-keys` endpoint.

Response

application/json
All services healthy
  • object
    • all_healthybooleanrequired
    • apiobjectrequired
    • compilerobjectrequired
    • runnerobjectrequired
Request
curl -X GET '/v0/cluster_healthz' \
  -H 'Authorization: Bearer YOUR_TOKEN'