cURL
curl --request GET \ --url http://localhost:8000/health \ --header 'Authorization: Bearer <token>'
{ "status": "healthy", "checks": { "database": "ok", "pubsub": "ok", "gcs": "ok" }, "version": "0.1.0", "commit_sha": "abc123def456" }
Comprehensive health check endpoint that verifies database, Pub/Sub, and GCS connectivity.
API Key authentication. Format: dk_test_ or dk_live_
All health checks passed
Health check response model.
Individual health check results.
Show child attributes