> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mwirelabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GET /health

> Liveness probe for the on-prem process.

Not a healthcare or sector API. Load balancers and Docker healthchecks call this.

```bash theme={null}
curl -s http://<HOST>/health
```

```json theme={null}
{ "status": "ok" }
```
