Skip to main content
GET
Python (ticksupply library)

Authorizations

X-Api-Key
string
header
required

Your API key. Get one from the dashboard at https://app.ticksupply.com/api-keys

Path Parameters

id
string
required

Subscription ID (prefixed format, e.g., sub_xxx)

Pattern: ^sub_[a-f0-9]{32}$

Response

List of subscription spans

id
string
required

Prefixed span ID (e.g., spn_0194a1b2c3d4e5f6a7b8c9d0e1f2a3b4)

Pattern: ^spn_[a-f0-9]{32}$
Example:

"spn_0194a1b2c3d4e5f6a7b8c9d0e1f2a3b4"

started_at
string<date-time>
required

When data collection started

ended_at
string<date-time> | null

When data collection ended (null if ongoing)

Last modified on February 6, 2026