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.
| Method | GET |
| Path | /v1/healthz |
| Auth | No auth |
| Category | health |
Response body
{ "ok": true, "ts": 1747333200000 }