Skip to main content
A workflow job is created automatically whenever: To use the Unstructured Pipeline API to manage jobs, do the following:
TaskPython functioncurl
Get a list of available jobsjobs.list_jobsGET /jobs
Get basic information about a jobjobs.get_jobGET /jobs/<job-id>
Get information about a job’s current processing statusjobs.get_job_detailsGET /jobs/<job-id>/details
Get the list of any failed files for a job and why those files failedjobs.get_failed_filesGET /jobs/<job-id>/failed-files
Run a workflow that takes one or more local files only as input, and the workflow exists only for the duration of that job’s runPOST /jobs/
Cancel a running jobjobs.cancel_jobPOST /jobs/<job-id>/cancel
A workflow job is created automatically whenever:
Visit the Unstructured documentation samples repo on GitHub for Postman Collections that demonstrate the API requests discussed in this topic. To import any of these Postman collections:
  1. Browse to the postman folder in the repo, and select the collection file you want to import.
  2. Click the Raw icon, and then copy the URL for the raw JSON file.
  3. In your Postman workspace, click Import, and then paste in the file URL.
To learn about Postman Collections, see Manage and organize Postman Collections in the Postman Docs.