Skip to main content

Health check

GET /healthz returns a simple health payload:

{
"ok": true,
"checks": {
"db": "ok",
"redis": "ok"
}
}

If a dependency isn’t configured, the check may return "skip".