Subscriptions
List subscriptions
Returns paginated list of your active and paused subscriptions.
GET
Python (ticksupply library)
Authorizations
Your API key. Get one from the dashboard at https://app.ticksupply.com/api-keys
Query Parameters
Maximum number of items to return (1-100)
Required range:
1 <= x <= 100Cursor for pagination. Use next_page_token from previous response.
Last modified on February 6, 2026
Previous
Create subscriptionCreates a new subscription to a data stream. Once created, data collection
begins immediately. You can export collected data using the Exports API.
The `spans` array in the response is always empty on create. To retrieve the
initial active span, call `GET /v1/subscriptions/{id}/spans`.
Next
Python (ticksupply library)