> ## 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/deep` — deep health check with DB connectivity and metrics.

> `GET /health/deep` — deep health check with DB connectivity and metrics.

### Responses

<ResponseField name="200" type="object">
  Deep health report with DB latency and engine counters
</ResponseField>

<ResponseField name="500" type="ErrorBody">
  Database connectivity check failed
</ResponseField>

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