Reports

Use the Reports API to retrieve reports that have been scheduled or requested on demand. At the moment, only scheduled reports are supported.

  1. Use /v2/reports/{report_type_uuid}/runs to list the available reports.
  2. Use /v2/reports/{report_type_uuid}/runs/{report_run_uuid}/download to download the csv file of a report instance.