Subscriptions
Get subscription
Returns details of a specific subscription.
GET
Python (ticksupply library)
Authorizations
Your API key. Get one from the dashboard at https://app.ticksupply.com/api-keys
Path Parameters
Subscription ID (prefixed format, e.g., sub_xxx)
Pattern:
^sub_[a-f0-9]{32}$Response
Subscription details
Prefixed subscription ID (e.g., sub_550e8400e29b41d4a716446655440000)
Pattern:
^sub_[a-f0-9]{32}$Example:
"sub_550e8400e29b41d4a716446655440000"
Datastream ID
Current subscription status
Available options:
active, paused, deleted Creation timestamp
Simplified datastream information for catalog queries
Last modified on February 6, 2026
Previous
Delete subscriptionDeletes a subscription. Data collection stops immediately and all
recorded spans are removed.
New exports for the datastream are rejected with
`403 permission_denied` (`"Subscription has been deleted"`) until
you re-subscribe. Re-subscribing via `POST /v1/subscriptions` with
the same `datastream_id` reuses the subscription ID and opens a
fresh span — it does **not** restore the deleted subscription's
history.
Export artifacts produced before deletion remain downloadable via
`GET /v1/exports/{id}/download`.
See the [Subscription lifecycle guide](/guides/subscription-lifecycle)
for the full state machine.
Next
Python (ticksupply library)