> ## 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 /metrics` — Prometheus-compatible operational metrics.

> `GET /metrics` — Prometheus-compatible operational metrics.

### Responses

<ResponseField name="200" type="any">
  Prometheus metrics
</ResponseField>

<ResponseField name="401" type="object">
  Missing or invalid metrics bearer token
</ResponseField>

<ResponseField name="403" type="object">
  Metrics request IP is not allowed
</ResponseField>

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