MINARA

Versioned health check

GET /v1/healthz — Versioned mirror of `/healthz`. Returns `{"ok": true, "ts": ...}` without auth so external monitors can probe behind a `

GET /v1/healthz

Versioned mirror of /healthz. Returns {"ok": true, "ts": ...} without auth so external monitors can probe behind a GATEWAY_AUTH_TOKEN.

MethodGET
Path/v1/healthz
AuthNo auth
Categoryhealth

Response body

{ "ok": true, "ts": 1747333200000 }

On this page