Skip to main content
Self-hosted only. Not available on Cloud. Two probes. GET /health is a public liveness check, GET /health/database needs an API key and reports on the SQLite file.

Server health

Auth: Public (rate limited) Quick liveness check, use this for load balancer health probes or uptime monitoring.
Status codes: 200 healthy

Database health

Auth: API Key required Detailed diagnostic, checks the SQLite database connection, file permissions, and table record counts.
Status codes: 200 healthy · 503 database connection failed