Service liveness probe

Search Documentation

Search across all developer documentation

meta

Service liveness probe

GET /v1/_health
Public

Unauthenticated liveness probe for uptime monitors and status pages. Returns a static {status: "ok", commit, time} payload — a 200 means the API is serving requests, not that every dependency is healthy. For dependency-aware health, watch the platform status page instead. The commit field is the deployed build identifier, useful for confirming which version of the API is responding.

Responses

200 Service is up application/json
404 Resource not found application/problem+json