List available property view exports
GET {{baseUrl}}/data/v1/exports/views
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":7,"timeframe":[1626296941,1626383341],"data":[{"files":[{"version":2,"type":"csv","path":"https://s3.amazonaws.com/mux-data-exports/1/2021_01_03.csv.gz?...signature..."}],"export_date":"2021-01-03"},{"files":[{"version":2,"type":"csv","path":"https://s3.amazonaws.com/mux-data-exports/1/2021_01_02.csv.gz?...signature..."}],"export_date":"2021-01-02"},{"files":[{"version":2,"type":"csv","path":"https://s3.amazonaws.com/mux-data-exports/1/2021_01_01.csv.gz?...signature..."}],"export_date":"2021-01-01"}]}