---
title: "List subscribers"
method: GET
path: "/subscribers"
tags: ["Subscribers"]
---

# List subscribers

`GET /subscribers`

Lists subscribers with pagination and optional filtering by status, free-text query, tags, list, segment, or email.

## Query parameters

- `page` integer
- `limit` integer
- `status` 'active' | 'unsubscribed' | 'bounced' | 'all'
- `query` string
- `email` string
- `tags` string
- `list` string
- `listId` string
- `listName` string
- `segmentId` string

## Response `200`

Successful response

- object
  - `success` boolean
  - `subscribers` Subscriber[]
    - `id` string
    - `email` string, email
    - `externalId` string, nullable — Customer-owned app/customer/user ID for this subscriber
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `status` 'active' | 'unsubscribed' | 'bounced'
    - `emailProvider` string, nullable
    - `tags` string[]
    - `customAttributes` object
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `pagination` Pagination
    - `page` integer
    - `limit` integer
    - `total` integer
    - `totalPages` integer

## Other responses

- `400` — Invalid status filter
- `401` — Unauthorized
- `404` — Segment or list not found
- `500` — Internal server error

## Changes

- **2026-06-03** `dd0b78881e49` — 5 info
  - added the new optional `query` request parameter `list`
  - added the new optional `query` request parameter `listId`
  - added the new optional `query` request parameter `listName`
  - added the new enum value `all` to the `query` request parameter `status`
  - …1 more
- **2026-05-05** `5449b620579f` — 1 info
  - added the optional property `subscribers/items/externalId` to the response with the `200` status
- **2026-04-11** `b6d39ca47951` — 1 warning, 6 info
  - added the new `bounced` enum value to the `subscribers/items/status` response property for the response status `200`
  - added the new optional `query` request parameter `query`
  - added the new optional `query` request parameter `segmentId`
  - added the new optional `query` request parameter `tags`
  - …3 more

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/subscribers/get.md)

---

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