---
title: "Export Customers"
method: GET
path: "/v1/customers/export"
tags: ["customers", "public"]
---

# Export Customers

`GET /v1/customers/export`

Export customers as a CSV file.

**Scopes**: `customers:read` `customers:write`

## Query parameters

- `organization_id` union — Filter by organization ID.
  - string, uuid4 — The organization ID.
  - string[]

## Response `200`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/polar/apis/polar-api.md) · [All operations](https://skmtc.net/polar/apis/polar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polar/polar-api/revisions/f9688fd328d6/schema)
