Get an export
Exports
Get an export
Poll an export’s status. While it runs, status is pending. When it finishes, status is ready and download_url carries the link to the file. Fetch the file from there.
An export expires after a while. A finished-then-expired export returns 404.
Requires a token with the analytics:read scope.
Server: https://app.trackplay.io/api/v1
GET
Get an export
Authorizations
A scoped token minted in Settings → API tokens. Send it as Authorization: Bearer tplt_… or X-API-Key: tplt_….
Path Parameters
The export_id returned when you started the export, e.g. tpex_9f2c1a7e4d3b4a11.
Response
The export's current status. Carries download_url once status is ready.
