Skip to content

Health

GET
/health
curl --request GET \
--url https://example.com/health

Liveness probe - ultra-lightweight check.

Returns immediately with 200 OK if the process is alive. No dependency checks - this is for Kubernetes/Railway liveness probes.

Successful Response

Media type application/json
Example generated
example