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

# Health Check

> Check if the API server is running.

## Request

No parameters required.

```bash theme={"dark"}
curl https://encrata.com/api/health
```

## Response

<ResponseField name="status" type="string">
  Always `"ok"` when the server is running.
</ResponseField>

<ResponseExample>
  ```json 200 theme={"dark"}
  {
    "status": "ok"
  }
  ```
</ResponseExample>
