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

# Health

> Service health and outbox depth

### Response

No response body. Service health and outbox depth.

### Status codes

| Code  | Meaning                         |
| ----- | ------------------------------- |
| `200` | Service health and outbox depth |

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url 'https://edi.stateset.com/health' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
