> ## 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-partner analytics as a CSV download.

> Per-partner analytics CSV

### Response

No response body. Per-partner analytics CSV.

### Status codes

| Code  | Meaning                   |
| ----- | ------------------------- |
| `200` | Per-partner analytics CSV |
| `403` | Admin credential required |

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