Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.unstructured.io/llms.txt

Use this file to discover all available pages before exploring further.

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: