Create Export Job
Initiates an asynchronous data export process and returns a job ID that clients can use to poll for query results.
Tier Services
The data export endpoint is tier-based, and there are currently 3 service tiers:
Premium
The Premium Tier has no restrictions on data export. You can access all available data without any limitations.
Base
The Base Tier does not allow historical data requests before 12/12/2024. Be mindful of this when setting the startTime
and endTime
parameters. If you need access to older data, we recommend contacting our sales team to discuss upgrading to the Premium Tier.
Unavailable
Data export is not available without a subscription to either the Base or Premium service. You must subscribe to one of these tiers to use the data export functionality.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Response
Export request successfully created. Returns a job ID to track the export status.
The response is of type object
.