# Service health probe
GET /api/health
Unauthenticated readiness probe. Reports control-plane mode and which optional integrations (storage, queue, hosted worker) are configured.
## Request
```bash
curl -X GET 'https://sourced.sh/api/health' \
  -H 'Authorization: Bearer $SOURCED_API_KEY'
```
## Responses

### 200

Service is reachable.
