Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the user requesting the export status.
The unique identifier of the data export job to check.
Whether to download the export file if the export is completed (default is false).
Response
Export status retrieved successfully, or file downloaded if download=true and export is completed
The unique identifier of the data export job.
Current state of the export job.
Available options:
PENDING
, RUNNING
, COMPLETED
, FAILED
Timestamp when the export was created.
Timestamp when the export finished (if completed).