Returns paginated list of your export jobs.
cURL
curl --request GET \ --url https://api.ticksupply.com/v1/exports \ --header 'X-Api-Key: <api-key>'
{ "items": [ { "id": "exp_0194a1b2c3d4e5f6a7b8c9d0e1f2a3b4", "datastream_id": 123, "status": "queued", "created_at": "2023-11-07T05:31:56Z", "finished_at": "2023-11-07T05:31:56Z" } ], "total": 123, "limit": 123, "next_page_token": "<string>" }
Your API key. Get one from the dashboard at https://app.ticksupply.com/api-keys
Maximum number of items to return (1-100)
1 <= x <= 100
Cursor for pagination. Use next_page_token from previous response.
next_page_token
Paginated list of exports
Show child attributes
Total number of exports
Items per page
Token for next page
Was this page helpful?