GET /
API root endpoint. Returns general information about the running service.Response
Application name. Configurable via the
APP_NAME environment variable.Semantic version string. Configurable via
APP_VERSION.Always
"running" when the server is up and accepting requests.Path to the interactive Swagger UI documentation.
URL prefix for all v1 API endpoints.
Example
GET /api/v1/system/health
Lightweight liveness probe. Suitable for frequent polling by DockerHEALTHCHECK, Kubernetes liveness probes, and load balancers.
Response
Returns200 OK on success.
Health status indicator. Values:
"OK", "DEGRADED", "ERROR".Human-readable health status message.
Application version string.
HTTP status codes
| Code | Meaning |
|---|---|
200 OK | Service is healthy and running |