Export resource represents an export job and contains the status of the job and the download URL, if the job is successfully completed.
Export operations are asynchronous and will return "Export" resource in response . The export resource will contain the status of the export job (like in-process, completed...) . If the status is completed, it will contain the download url pointing to the zip/pdf containing the exported data.
Note: At any given point, only 5 export jobs can be processed. Beyond that, an error stating that the API request limit has been reached will be returned.
Sample ExportJSON
Exports attributes
required, enumerated string, default=zip
Describes the mime type of download file
pdf
zip
ZIP
required, enumerated string, default=in_process
Current status of the export operation
in_process
In Process
completed
Completed
failed
Failed