API Reference
Health
Liveness and readiness probes for orchestrator health checks.
curl -X GET "https://example.com/healthz"{ "status": "ok"}Checks database connectivity to determine if service is ready to handle requests.
Response Body
application/json
application/json
curl -X GET "https://example.com/healthz/ready"{ "status": "ok", "database": "connected"}{ "status": "error", "database": "disconnected"}