List subscriptions
Subscriptions
List subscriptions
Retrieve existing subscriptions. By default, draft, voided, cancelled and archived subscriptions are not included (status=all applies the same exclusion) — pass status=any to list every status, or status__in=active,cancelled to pick the ones you need.
GET
List subscriptions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Required range:
0 <= x <= 100Required range:
x >= 0Available options:
checkout, contract_start_date, quote, start_date, manually Available options:
checkout, contract_start_date, quote, start_date, manually Subscription status filter.
active,pending,paused,errored,cancelled,draft,voided,archived: match that status.inactive: shortcut forpending+paused.all: every status exceptdraft,voided,cancelledandarchived— the same exclusion as omitting the filter.any: every status, no exclusion.
Use status__in with comma-separated values to combine statuses. When the filter is omitted, draft, voided, cancelled and archived subscriptions are excluded.
Available options:
all, any, inactive, active, errored, cancelled, paused, pending, draft, voided, archived Comma-separated list of subscription statuses to include. Same values as status.
Available options:
all, any, inactive, active, errored, cancelled, paused, pending, draft, voided, archived 
