Enterprise Organization
Get data export status
This endpoint retrieves the status of a data export job and optionally downloads the data export file if the export has completed successfully.
GET
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
200
application/json
Export status retrieved successfully, or file downloaded if download=true and export is completed
The response is of type object
.