cURL
curl --request GET \ --url http://localhost:8000/healthz \ --header 'Authorization: Bearer <token>'
{ "checks": { "database": "ok", "gcs": "ok", "pubsub": "ok" }, "commit_sha": "abc123def456", "status": "healthy", "version": "0.1.0" }
Alias for /health following Kubernetes naming convention.
API Key authentication. Format: dk_test_ or dk_live_
All health checks passed
Health check response model.
Individual health check results.
Show child attributes