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

# List subscriber lists

`GET /lists`

Lists subscriber lists for the authenticated company.

## Response `200`

Lists returned

- object
  - `success` boolean
  - `lists` SubscriberList[]
    - `id` string
    - `name` string
    - `description` string, nullable
    - `isPrivate` boolean
    - `createdAt` string, date-time

## Other responses

- `401` — Unauthorized

## Changes

- **2026-05-11** `ee7b7111c55b` — 1 info
  - endpoint added

[Change 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/f9a826460811/schema)
