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

# System

> Health checks for workspace availability.

Use these endpoints to verify system status.

## Basic request and response

Use the health check to verify availability with `GET /api/health`.

```bash theme={null}
curl "https://{BASE_URL}/api/health"
```

<Accordion title="Example response">
  ```json theme={null}
  {
    "status": "ok",
    "uptime": "3d 04:12:33",
    "commit": "9f1c2a3"
  }
  ```
</Accordion>

## Errors and edge cases

* **503**: health check unavailable.
