Liveness probe. Returns 200 if the server process is running. No authentication required.
Documentation Index
Fetch the complete documentation index at: https://prefetch.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
/health is a lightweight liveness probe. It returns HTTP 200 as long as the server process is alive, with no other checks performed.
Use this endpoint to:
| Endpoint | Checks | Use case |
|---|---|---|
/health | Server process is alive | Liveness probe — restart if this fails |
/ready | Server + Redis connectivity | Readiness probe — remove from load balancer if this fails |
Server is alive.
ok "ok"