This endpoint retrieves the status of a data export job and optionally downloads the data export file if the export has completed successfully.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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).
Export status retrieved successfully, or file downloaded if download=true and export is completed
The response is of type object
.