---
title: "Get all lists"
method: GET
path: "/lists"
tags: ["Lists"]
---

# Get all lists

`GET /lists`

Returns the workspace's lists, filterable by a pattern to fetch a subset such as every regional list. Paged by cursor.

## Query parameters

- `cursor` string, nullable
- `pattern` string, nullable

## Response `200`

- ListGetAllResponse
  - `paging` Paging, required
    - `cursor` string, nullable
    - `more` boolean, required
  - `items` SubscriptionList[], required
    - `id` string, required
    - `name` string, required
    - `created` string, nullable
    - `updated` string, nullable

## Other responses

- `400`

---

[API](https://skmtc.net/trycourier/apis/courier.md) · [All operations](https://skmtc.net/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycourier/courier/versions/04f69fbf96a5/schema)
