---
title: "List Subscriptions"
method: GET
path: "/v1/subscriptions/"
tags: ["subscriptions", "public"]
---

# List Subscriptions

`GET /v1/subscriptions/`

List subscriptions.

**Scopes**: `subscriptions:read` `subscriptions:write`

## Query parameters

- `organization_id` union — Filter by organization ID.
  - string, uuid4 — The organization ID.
  - string[]
- `product_id` union — Filter by product ID.
  - string, uuid4 — The product ID.
  - string[]
- `customer_id` union — Filter by customer ID.
  - string, uuid4 — The customer ID.
  - string[]
- `external_customer_id` union — Filter by customer external ID.
  - string — The customer external ID.
  - string[]
- `discount_id` union — Filter by discount ID.
  - string, uuid4 — The discount ID.
  - string[]
- `active` boolean, nullable — Filter by active or inactive subscription.
- `status` union — Filter by subscription status.
  - 'incomplete' | 'incomplete_expired' | 'trialing' | 'active' | 'past_due' | 'canceled' | 'unpaid' | 'paused'
  - SubscriptionStatus[]
- `cancel_at_period_end` boolean, nullable — Filter by subscriptions that are set to cancel at period end.
- `customer_cancellation_reason` union — Filter by customer cancellation reason.
  - 'customer_service' | 'low_quality' | 'missing_features' | 'switched_service' | 'too_complex' | 'too_expensive' | 'unused' | 'other'
  - CustomerCancellationReason[]
- `canceled_at_after` string, date-time, nullable — Filter by cancellation date (after or equal to).
- `canceled_at_before` string, date-time, nullable — Filter by cancellation date (before or equal to).
- `started_after` string, date-time, nullable — Only include subscriptions started after this date.
- `started_before` string, date-time, nullable — Only include subscriptions started before this date.
- `page` integer — Page number, defaults to 1.
- `limit` integer — Size of a page, defaults to 10. Maximum is 100.
- `sorting` SubscriptionSortProperty[], nullable — Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign `-` before the criteria name to sort by descending order.
- `metadata` MetadataQuery, nullable

## Response `200`

Successful Response

- ListResourceSubscription
  - `items` Subscription[], required — unresolved $ref
  - `pagination` Pagination, required
    - `total_count` integer, required
    - `max_page` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/polar/apis/polar-api.md) · [All operations](https://skmtc.net/polar/apis/polar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polar/polar-api/revisions/77e4ef94fcc3/schema)
