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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.screenjson.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Health report

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