Health
Liveness — is the process running?
GET
/api/v1/healthLiveness 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.
200Process is running.
Visible in the chat
The dot in the chat header polls exactly this endpoint at regular intervals.