---
title: "List subscriber lists"
method: GET
path: "/lists"
tags: ["Lists"]
---

# List subscriber lists

`GET /lists`

Lists subscriber lists for the authenticated company. Each list includes subscriberCount (current members of any status) and activeSubscriberCount (current members with status=active). Members who unsubscribed from the list are not counted.

## Response `200`

Lists returned

- object
  - `success` boolean
  - `lists` SubscriberList[]
    - `id` string
    - `name` string
    - `description` string, nullable
    - `isPrivate` boolean — Whether the list is private. Private lists are omitted from the hosted subscriber email preferences/unsubscribe page and cannot be subscribed to or unsubscribed from individually there. Public lists expose their name and description on that page. List privacy does not override a subscriber's global unsubscribe.
    - `createdAt` string, date-time
    - `subscriberCount` integer — Current list members of any status. Memberships with unsubscribedAt set are excluded.
    - `activeSubscriberCount` integer — Current list members with status=active. May include phone-only contacts without an email address.

## Other responses

- `401` — Unauthorized
- `503` — The database was temporarily unavailable. The request may be retried after the delay in Retry-After.

## Changes

- **2026-08-24** `27da5fc252a3` — 2 info
  - added the optional property `lists/items/activeSubscriberCount` to the response with the `200` status
  - added the optional property `lists/items/subscriberCount` to the response with the `200` status
- **2026-08-19** `ba3a29c6eb33` — 2 info
  - added the optional property `retryable` to the response with the `401` status
  - added the optional property `retryable` to the response with the `503` status
- **2026-08-18** `8fbabe82a04d` — 1 info
  - added the non-success response with the status `503`
- **2026-08-16** `6fd2903b91ce` — 1 info
  - added the optional property `code` to the response with the `401` status
- **2026-08-02** `36f92fc0caa2` — 1 breaking
  - the response property `success` became optional for the status `401`

[Full history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/lists/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/11b6d27ba1de/schema)
