# GET /v1/health

Part of the HebrewCore documentation. Web: https://hc.itsbaba.com/docs#health · Whole docs: https://hc.itsbaba.com/docs.md · Index: https://hc.itsbaba.com/llms.txt

`GET /v1/health`

Liveness and database check. Public, no authentication required.

```json
{ "status": "ok", "db": "ok", "version": "1.0.0" }
```
