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

# GET /api/health

> Health check endpoint — no authentication required.

Returns the current health status of the Sluice API. This endpoint does not require authentication and can be used for uptime monitoring.

## Authentication

None required.

## Response

```json theme={null}
{
  "status": "ok",
  "timestamp": "2026-02-27T10:30:00.000Z"
}
```

| Field       | Type     | Description                          |
| ----------- | -------- | ------------------------------------ |
| `status`    | `string` | Always `ok` when the API is healthy. |
| `timestamp` | `string` | ISO 8601 — current server time.      |
