Search the documentation

Pick a page and open it with Enter.

Health

Liveness — is the process running?

GET/api/v1/health

Liveness check without upstream: is the process running? Lightweight, for status indicators and uptime checks. No parameters.

Response

json
{ "status": "ok", "version": "1.0.0", "environment": "development" }

status is always ok here as long as the process runs.

200

Process is running.