GET /health
Public liveness probe. No authentication, no rate limit. Used by container healthchecks and load balancers.
Request
GET /health
Response
200 OK:
{
"ok": true,
"service": "verdifax-orchestrator-api",
"version": "1.0.0",
"time": "2026-04-30T03:35:04.123Z"
}
The endpoint never returns non-2xx unless the entire process is unreachable.
Example
curl -s http://localhost:9090/health
