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

# Metrics endpoint

> Prometheus text exposition of the process metrics.

### Response

Returns `text/plain` — Prometheus text exposition of the process metrics..

### Status codes

| Code  | Meaning                                            |
| ----- | -------------------------------------------------- |
| `200` | Prometheus text exposition of the process metrics. |
| `400` | Validation error                                   |
| `401` | Unauthorized                                       |
| `404` | Not found                                          |
| `429` | Rate limited                                       |
| `500` | Internal error                                     |

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

<ResponseExample>
  ```json 200 theme={null}
  "string"
  ```
</ResponseExample>
