---
title: "Get a list"
method: GET
path: "/lists/{list_id}"
tags: ["Lists"]
---

# Get a list

`GET /lists/{list_id}`

Returns one list by id with its name and created and updated timestamps. Fetch its subscribers separately with the subscriptions endpoint.

## Path parameters

- `list_id` string, required

## Response `200`

- SubscriptionList
  - `id` string, required
  - `name` string, required
  - `created` string, nullable
  - `updated` string, nullable

## Other responses

- `404`

## Changes

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

[Change history](https://skmtc.dev/trycourier/apis/courier/changes/lists/:list_id/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)
