Health Check
System
Health Check
Verify that the Manka API is reachable and the database is healthy.
GET
Health Check
No authentication is required. Use this endpoint as a liveness probe or to confirm connectivity before issuing authenticated requests.Documentation Index
Fetch the complete documentation index at: https://docs.manka.tz/llms.txt
Use this file to discover all available pages before exploring further.
Response
Always
"ok" when the service is healthy. The exact string should not be parsed — it may change.Round-trip latency to the underlying datastore, e.g.
"12ms".Status codes
| Status | Meaning |
|---|---|
200 | API is healthy |
503 | Database unreachable |

