Health Check
Health check endpoint for Kubernetes liveness/readiness probes.
IMPORTANT: This endpoint must be extremely fast and lightweight.
- Uses regular def (not async) to avoid event loop blocking
- No database operations
- No external service calls
- Just returns a static response
This ensures K8s probes succeed even when the event loop is busy.
get/health
Response
Successful Response
{"stackTrail":"paths:/health:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.