GET /healthz is a public liveness endpoint that reports whether the estudjo API server is running and can reach its database. No API key is required. Use it in uptime monitors, load-balancer health probes, or as a pre-flight check before making authenticated calls.
Request
Responses
200 — Healthy
All systems are operational and the database is reachable.boolean
true when the server is running and the database is reachable.object
500 — Unhealthy
The server is running but cannot reach the database.boolean
false when the health check fails.object