---
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`

## Changes

- **2025-10-07** `7143ea51f307` — 2 breaking
  - the `items/items/created` response's property type/format changed from `integer`/`` to `string`/`` for status `200`
  - the `items/items/updated` response's property type/format changed from `integer`/`` to `string`/`` for status `200`

[Change history](https://skmtc.dev/trycourier/apis/courier/changes/lists/get.md)

---

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