get
https://api.loopsubscriptions.com/admin/2026-04/reportExport/
This endpoint allows brands to track the status of a previously initiated report export. It returns the current state of the export job and, once the export is completed, provides a secure download URL for the generated CSV.
The endpoint also serves as a fallback mechanism, allowing brands to retrieve the export details and download link in case the export completion webhook is not received or cannot be processed.
Token scope - Read & write Analytics & Reports
Export Lifecycle
An export job can be in one of the following states:
QUEUED- Export request has been accepted and is waiting to be processed.PROCESSING- Report generation is in progress.COMPLETED- Export has been generated successfully and the download URL is available.FAILED- Export generation failed.CANCELLED(if supported) - Export was cancelled before completion.