Returns the status of a consent submission export job.
When the status is COMPLETED, the response includes a downloadUrl which is a pre-signed S3 URL that can be used to download the ZIP file directly via a GET request.
The URL expires after 5 minutes. Request a new export status to get a fresh URL if needed.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Export status retrieved successfully
The export ID
The current status of the export
NOT_STARTED, EXPORTING, COMPLETED, ERROR Number of consent submissions processed so far
Total number of consent submissions to export
When the export was created
When the export was last updated
Pre-signed S3 URL to download the ZIP file. Expires after 5 minutes. Only present when status is COMPLETED.