---
title: "Get list subscribers"
method: GET
path: "/v1/subscriber_list/{list_id}/subscriber/"
---

# Get list subscribers

`GET /v1/subscriber_list/{list_id}/subscriber/`

API to fetch a cursor-based paginated list of all users in the list.

## Path parameters

- `list_id` string, required

## Query parameters

- `limit` integer
- `before` string
- `after` string
- `sort` string

## Response `200`

200

- object
  - `meta` object
    - `limit` integer — number of results to be returned in API response
    - `count` integer — total number of users in the list
    - `before` string — cursor of the previous page.
    - `after` string — cursor of the next page.
    - `has_prev` boolean — Indicates if there is a previous page.
    - `has_next` boolean — Indicates if there is a next page.
  - `results` object[]
    - `id` string — Indicates the subscription id
    - `distinct_id` string — unique identifier of the user
    - `created_at` string — timestamp when this subscription was added

## Other responses

- `404` — 404 - Not Found

## Changes

- **2026-08-20** `9a5a2cd152ae` — 1 breaking
  - added the pattern `^[a-z0-9_-]+$` to the `path` request parameter `list_id`

[Change history](https://skmtc.dev/suprsend/apis/suprsend-api/changes/v1/subscriber_list/:list_id/subscriber/get.md)

---

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