> ## 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.

# `GET /health` — simple liveness probe.

> `GET /health` — simple liveness probe.

### Responses

<ResponseField name="200" type="HealthResponse">
  Service is alive
</ResponseField>

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

<ResponseExample>
  ```json 200 theme={null}
  {
    "status": "string",
    "tenant_cache": null
  }
  ```
</ResponseExample>
