Skip to Content
List available property view exports
get

Lists the available video view exports along with URLs to retrieve them.

get
200
/data/v1/exports/views
Response
(application/json)
{
  "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"
    }
  ]
}