---
title: "List subscriptions"
method: GET
path: "/subscriptions"
tags: ["subscriptions"]
---

# List subscriptions

`GET /subscriptions`

## Query parameters

- `platform_id` string
- `subscriber_id` string
- `created_at` string
- `updated_at` string
- `cursor` string
- `limit` integer

## Response `200`

OK

- object
  - `data` Subscription[], required
    - `id` string, required
    - `platform_id` string, required
    - `subscriber_id` string, required
    - `mrr` string, required
    - `status` 'active' | 'canceled' | 'future' | 'paused' | 'trialing', required
    - `properties` SubscriptionPropertyValue[], required
      - `property` SubscriptionProperty, required
        - `id` string, required
        - `key` string, required
        - `name` string, required
        - `entity` 'subscription', required
        - `type` 'text' | 'number' | 'boolean' | 'date', required
        - `format` 'number' | 'currency', nullable, required
      - `value` union, required
        - string
        - string, date
        - number
        - boolean
      - `formatted_value` string, required
    - `data` object, required — Additional data about the subscription from the connected subscription platform
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `next_cursor` string, nullable

## Other responses

- `401` — Error

---

[API](https://skmtc.dev/prosperstack/apis/prosperstack-api-reference.md) · [All operations](https://skmtc.dev/prosperstack/apis/prosperstack-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prosperstack/prosperstack-api-reference/revisions/407ea9202622/schema)
