Health and Info REST API
These endpoints are always available when the HTTP server is running.
Health
Section titled “Health”| Method | Route |
|---|---|
GET | /health |
Response:
{ "status": "ok" }| Method | Route |
|---|---|
GET | /info |
Response shape:
{ "version": "...", "readonly": false, "concept_counts": { "aggregates": 0, "commands": 0, "events": 0, "decisions": 0, "projections": 0, "templates": 0, "eventstores": 0 }}- Deployment health checks
- Smoke verification that the correct runtime has started
- Quick visibility into read-only mode and block registration counts