curl --request GET \
--url https://control-plane.kubiya.ai/api/health \
--header 'Authorization: Bearer <token>'Health check endpoint (no authentication required).
Returns health status - all services shown as operational by default. External service health is checked in background, not blocking.
curl --request GET \
--url https://control-plane.kubiya.ai/api/health \
--header 'Authorization: Bearer <token>'Enter your Kubiya API token (format: Bearer
Successful Response
Was this page helpful?