The job
endpoint allows the scheduling of a job to extract data and fetch the results once complete. Jobs will protect you from hitting rate limits and will ensure a smoother data retrieval experience. This feature has been built into the ClickExport
endpoint and ReportExport
endpoint where a job is scheduled automatically for you when you use this endpoint.
Job runtime
The job runtime depends on the requested data and averages around 5 seconds. The job runs as follows:
- The job is
Scheduled
. - The job is
Queued
to process. - The job will
Run.
- The job
Results
become available for download.