Start an export
Ask for a batch of analytics as a file. An export runs in the background, so this call returns straight away with an export_id and status: pending. Poll GET /exports/{export} until it is ready, then fetch the file from download_url.
One export can cover up to 50 videos.
Send an Idempotency-Key so a retried request returns the same export instead of starting a second one.
Requires a token with the analytics:read scope.
Server: https://app.trackplay.io/api/v1
Authorizations
A scoped token minted in Settings → API tokens. Send it as Authorization: Bearer tplt_… or X-API-Key: tplt_….
Headers
Retry-safe key. The first response for a given key is cached for 24 hours and replayed on a repeat, with Idempotency-Replayed: true set.
Body
The videos to export. Between 1 and 50 IDs. Every ID must exist in this workspace.
1 - 50 elementsStart of the range, as an ISO date. Required.
End of the range, as an ISO date. Must be on or after from. Required.
The file format. Required.
csv, json Which dataset to export. Required.
events, summary, retention, conversions 