Reports API (v2)
Use the Reports API to retrieve reports that have been scheduled or requested on demand. At the moment, only scheduled reports are supported.
- Use
/v2/reports/{report_type_uuid}/runsto list the available reports. - Use
/v2/reports/{report_type_uuid}/runs/{report_run_uuid}/downloadto download the csv file of a report instance.
Operations