---
title: "Health"
description: "Unversioned liveness probe."
section: "API reference"
url: https://dravo.dev/docs/api/health
---
# Health

Unversioned liveness probe for orchestrators and uptime checks.

#### `GET /health`

Liveness probe (unversioned). Returns ok when the API is up.

**Auth:** None

Response `200`: Healthy.

```json
{
  "status": "ok"
}
```
