For the complete documentation index, see llms.txt. This page is also available as Markdown.

Report Export

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.

Check the status of a job using the Jobs endpoint. Alternatively, enable a postback for the job completion event to be notified when your report data is ready to download.

You can also use the Reports endpoint to list all the available reports.

Last updated