List property video view export links
GET {{baseUrl}}/data/v1/exports
The API has been replaced by the list-exports-views API call.
Lists the available video view exports along with URLs to retrieve them.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"total_row_count":10,"timeframe":[1610024528,1610110928],"data":["https://s3.amazonaws.com/mux-data-exports/1/2021_01_01.csv.gz?...signature...","https://s3.amazonaws.com/mux-data-exports/1/2021_01_02.csv.gz?...signature...","https://s3.amazonaws.com/mux-data-exports/1/2021_01_03.csv.gz?...signature..."]}