GET /api/health/servers
Returns the most recent health check result for each configured server.GET /api/health/servers/
Returns the most recent result for one server. Returns404 if no data exists.
GET /api/health/servers//history
Returns health history, newest first.limit parameter: 1–100 (default 10).
POST /api/health/check
Triggers an immediate health check against all configured servers. Results are persisted and returned.Status values
| Status | Meaning |
|---|---|
up | Server responding normally |
degraded | Schema drift detected — investigate |
down | Server unreachable |
stale | No check in last N minutes |
unknown | Never checked |