Skip to content

Health and Info REST API

These endpoints are always available when the HTTP server is running.

MethodRoute
GET/health

Response:

{ "status": "ok" }
MethodRoute
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