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

# Check Health

> Checks if the generated RAG server is running and responsive.

### Response

<ResponseField name="ok" type="boolean">
  Returns `true` if the server is healthy.
</ResponseField>

```json Example Response theme={null}
{
  "ok": true
}
```
