You can use the ReportExport endpoint to schedule a job to export reports as a CSV file. The API call will return an object describing the initial job status, as well as a URI to poll for status updates, and a URI to download the job result file. You can then check the status of a job using the Jobs endpoint.
You can also use the Reports endpoint to list all the available reports.
Note: Read the best practices for exporting reports to learn more. Also, review the rate limits for this endpoint.
| Endpoints | |
|---|---|
| GET | Mediapartners/:AccountSID/ReportExport |
| GET | Mediapartners/:AccountSID/Reports |