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

# Health Check

> GET /api/health

## Request

```
GET /api/health
```

<Info>
  Dieser Endpunkt benötigt **keine** Authentifizierung.
</Info>

## Response (200)

```json theme={null}
{
  "status": "ok",
  "service": "email-worker-api",
  "timestamp": "2026-03-18T15:34:16.741Z"
}
```

## Verwendung

Geeignet für Uptime-Monitoring (z.B. UptimeRobot, Betterstack) oder als schneller Check, ob die API läuft:

```bash theme={null}
curl https://api.events-52grad.de/api/health
```
