Get export
Returns details of a specific export job including its current status.
Authorizations
Your API key. Get one from the dashboard at https://app.ticksupply.com/api-keys
Path Parameters
Export job ID (prefixed format, e.g., exp_xxx)
^exp_[a-f0-9]{32}$Response
Export job details
Prefixed export job ID (e.g., exp_0194a1b2c3d4e5f6a7b8c9d0e1f2a3b4)
^exp_[a-f0-9]{32}$"exp_0194a1b2c3d4e5f6a7b8c9d0e1f2a3b4"
Datastream ID being exported
123
Start of data range (nanoseconds since Unix epoch)
1704067200000000000
End of data range (nanoseconds since Unix epoch)
1704153600000000000
Output container format.
csv— gzip-compressed CSV with a header row (.csv.gz). Type information is lost; consumers parse strings.parquet— columnar Parquet (.parquet). Preserves ClickHouse types (Decimal, DateTime64(9), Nullable, Array → LIST), supports per-column compression, and is read efficiently by pandas, Polars, DuckDB, Athena, and Spark.
csv, parquet Server-resolved per-format options, echoed back with every default filled in.
The shape matches format: empty object for csv, a populated
ParquetFormatOptions for parquet. Pin these values in your client to keep
future server default changes from affecting your pipeline.
- Option 1
- Option 2
Export job status
queued, running, succeeded, failed, canceled Creation timestamp
Failure reason (only present when status is "failed")
When processing started
When processing finished