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

---

[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)
