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

Export job ID (prefixed format, e.g., exp_xxx)

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

Response

Download URLs for all export artifacts

Download response containing presigned URLs for all export artifacts. Large exports may be split into multiple files (hourly or daily partitions).

artifacts
object[]
required

List of downloadable artifacts with presigned URLs

count
integer
required

Number of artifacts

Example:

3

total_bytes
integer<int64>
required

Total size across all artifacts in bytes

Example:

1572864000

Last modified on February 6, 2026