Download a report
Once the report has been generated, you can download the results using the Media API.
curl -u $API_KEY:$API_SECRET -o report.zip DOWNLOAD_URL
Replace DOWNLOAD_URL with the link provided in the download_report field in the report status response.
Running the above command will download the report in to the current folder as a file named report.zip. Unzip this compressed file to see your report.
Create a CSV report using the command line
Create a CSV report using the command line tool, curl.
Steps
1
Introduction2
Create a CSV report using the command line3
Check report status4
Download a report5
What's next?