Added
Analytics & Reports Export APIs are now available
July 27th, 2026
What's New?
New Admin APIs are available for exporting Analytics & Reports data, enabling programmatic access to Loop reports for internal dashboards, BI tools, and ETL pipelines.
The following report export endpoints are now available:
A new Export Status API is also available to track the progress of report export jobs.
How to Get Report Exports
- Generate an API token with the required Analytics & Reports scopes.
- Subscribe to the following Report Export webhook topics:
analytics_report/export_completed– Triggered when a report is generated successfully. The payload includes a downloadable CSV URL.analytics_report/export_failed– Triggered if report generation fails. The payload includes the reason for failure.
- Trigger the required Report Export API.
- Receive the export completion webhook containing the download link.
- (Optional) Use the Export Status API to check the status of the export if needed.
Implementation guide: Link