Skip to main content
GET
/
health
Health check
curl --request GET \
  --url http://localhost:8080/health
{
  "status": "ok",
  "queue": {
    "pending": 0,
    "workers": 8
  },
  "services": {
    "gotenberg": "ok",
    "tika": "ok"
  }
}

Response

200 - application/json

Health report

status
enum<string>
Available options:
ok
queue
object
services
object