GET
/healthResponse
200 OK
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Health check endpoint. Always accessible without authentication.
/health{
"status": "ok",
"version": "0.21.4"
}
| Field | Type | Description |
|---|---|---|
status | string | Always "ok" if server is running. |
version | string | Server version. |
curl http://localhost:8080/health
Was this page helpful?