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

# Get the subscriptions for a list

`GET /lists/{list_id}/subscriptions`

Returns the users subscribed to a list with paging, each with the preferences recorded for that subscription.

## Path parameters

- `list_id` string, required

## Query parameters

- `cursor` string, nullable

## Response `200`

- ListGetSubscriptionsResponse
  - `paging` Paging, required
    - `cursor` string, nullable
    - `more` boolean, required
  - `items` ListSubscriptionRecipient[], required
    - `recipientId` string, required
    - `created` string, nullable
    - `preferences` RecipientPreferences
      - `categories` NotificationPreferences
      - `notifications` NotificationPreferences

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