cURL
curl --request GET \ --url http://localhost:8080/health
{ "status": "ok", "queue": { "pending": 0, "workers": 8 }, "services": { "gotenberg": "ok", "tika": "ok" } }
Returns overall service health plus per-dependency status for any configured external services (Gotenberg, Tika, LLM).
Health report
ok
Show child attributes