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

# Per-agent volume, AI vs human handling, and human-handled rate

> Per-agent volume, AI vs human handling, and human-handled rate

### Query parameters

<ParamField query="days" type="integer" />

### Response

Returns `object`.

### Status codes

| Code  | Meaning                               |
| ----- | ------------------------------------- |
| `200` | Per-agent analytics                   |
| `401` | Missing, invalid, or expired API key. |
| `403` | The key lacks a required scope.       |
| `429` | Rate limit exceeded.                  |

### Access

|                |                         |
| -------------- | ----------------------- |
| Required scope | `analytics:read`        |
| Rate limit     | 120 requests per minute |

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