Track and control the processing jobs that execute your workflows. Trigger runs, monitor status, download results, and inspect any files that failed during processing.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.
| Name | Method | Path |
|---|---|---|
| List jobs | GET | /api/v1/jobs/ |
| Get job | GET | /api/v1/jobs/{job_id} |
| Create job | POST | /api/v1/jobs/ |
| Cancel job | POST | /api/v1/jobs/{job_id}/cancel |
| Download job output | GET | /api/v1/jobs/{job_id}/download |
| Get job details | GET | /api/v1/jobs/{job_id}/details |
| Get job failed files | GET | /api/v1/jobs/{job_id}/failed-files |
- A workflow runs on a schedule. For more details see Create workflow.
- You run a workflow manually. For more details see Run workflow.

