Skip to main content
Track and control the processing jobs that execute your workflows. Trigger runs, monitor status, download results, and inspect any files that failed during processing.
NameMethodPath
List jobsGET/api/v1/jobs/
Get jobGET/api/v1/jobs/{job_id}
Create jobPOST/api/v1/jobs/
Cancel jobPOST/api/v1/jobs/{job_id}/cancel
Download job outputGET/api/v1/jobs/{job_id}/download
Get job detailsGET/api/v1/jobs/{job_id}/details
Get job failed filesGET/api/v1/jobs/{job_id}/failed-files
A workflow job is created automatically whenever: