A workflow job is created automatically whenever:
- A workflow runs on a schedule. For more details see Create workflow.
- You run a workflow manually. For more details see Run workflow.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Learn how to use the Job endpoints to list, create, cancel, and monitor Unstructured jobs, and to download or inspect job results.
| 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 |
Was this page helpful?
