# GET /suppressions/export

Part of the SendHeron REST API. Base URL: `https://api.sendheron.com/api/v1`

Export the whole suppression list as CSV.

```http
GET https://api.sendheron.com/api/v1/suppressions/export
Authorization: Bearer <YOUR_API_KEY>
```

**Required scopes:** `suppressions:read`

**Success status:** `200`

**Rate limit:** 5/min per key (tighter than the default), counted against the organization's READ ceiling (1200/min).

> Streamed in pages rather than buffered, so a large list cannot exhaust memory.


---

Rate limits: 5/min per key (tighter than the default), counted against the organization's READ ceiling (1200/min). Both windows are one minute; there is no hourly or daily quota.
