Export Data (Asynchronous)

Export a large set of data from tables/reports in asynchronous manner.

Work flow of Bulk Export API is as follows:

  • Using Create Export Job API, an export job will be created, a JOBID will be returned in the response, which is the reference for the export job.
  • Using Get Export Job Details API, status of the export job can be checked periodically. Upon job completion the system notifies the user in the callback URL (if provided).
  • Using Download Exported Data API, the exported data can be downloaded.

Limitations:

  • The exported data will be available for download only for a period of one hour from the time of job completion.
  • Simultaneously 5 export jobs only allowed for an organization.