---
title: "List product customers"
method: GET
path: "/api/products/{productId}/customers"
tags: ["Product Customers"]
---

# List product customers

`GET /api/products/{productId}/customers`

## Path parameters

- `productId` string, required

## Query parameters

- `search` string
- `page` integer
- `limit` integer

## Response `200`

Success.

- CustomerListResponse
  - `data` ProductCustomer[]
    - `user` object
      - `userId` string
      - `email` string
      - `name` string
      - `avatar` object
    - `status` string
    - `completedLessons` string[]
    - `downloaded` boolean
    - `subscriptionMethod` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `pagination` object
    - `page` integer
    - `limit` integer

## Changes

- **2026-07-17** `3b48f60910dc` — 1 info
  - endpoint added
- **2026-04-19** `85a1c15f561d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/codelitdev/apis/courselit-rest-api/changes/api/products/:productId/customers/get.md)

---

[API](https://skmtc.dev/codelitdev/apis/courselit-rest-api.md) · [All operations](https://skmtc.dev/codelitdev/apis/courselit-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/codelitdev/courselit-rest-api/revisions/3b48f60910dc/schema)
