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

# List customers

`GET /customers`

Returns a paginated list of customers for the authenticated project.
Manifest-compliant: list envelope, ISO 8601 timestamps.

## Query parameters

- `page` integer
- `limit` integer
- `sort_by` string
- `sort_order` 'asc' | 'desc'
- `environment` 0 | 1
- `search` string
- `filter[status][]` string[]
- `filter[target_platform][]` string[]

## Response `200`

A paginated list of customers.

- V4CustomerList
  - `object` 'list', required
  - `url` string, required
  - `data` object[], required
  - `has_more` boolean, required
  - `next_cursor` string — Present only when has_more is true.

## Other responses

- `400` — Invalid request parameters
- `401` — Unauthorized
- `403` — Insufficient permissions
- `429` — Too many requests
- `500` — Internal error
- `502` — Upstream service failure
- `504` — Upstream timeout

---

[API](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4.md) · [All operations](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qonversion/qonversion-rest-api-v4/versions/e3f72cf8951c/schema)
