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

# List Customers

`GET /v1/customers/`

List customers.

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

## Query parameters

- `organization_id` union — Filter by organization ID.
  - string, uuid4 — The organization ID.
  - string[]
- `email` string, nullable — Filter by exact email.
- `query` string, nullable — Filter by name, email, or external ID.
- `active` boolean, nullable — Filter by active customers, i.e. customers with at least one trialing, active or past_due subscription.
- `page` integer — Page number, defaults to 1.
- `limit` integer — Size of a page, defaults to 10. Maximum is 100.
- `sorting` CustomerSortProperty[], nullable — Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign `-` before the criteria name to sort by descending order.
- `metadata` MetadataQuery, nullable

## Response `200`

Successful Response

- ListResourceCustomer
  - `items` Customer[], required — unresolved $ref
  - `pagination` Pagination, required
    - `total_count` integer, required
    - `max_page` integer, required

## 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/77e4ef94fcc3/schema)
