Job
Download job output
Download the output of a job from a workflow.
GET
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.
This applies only to jobs that use a workflow with a local source and a local destination.
- Do not specify a node_id argument. The last workflow node will be used by default.
- Use the get job endpoint to get the job’s details. The file’s Unstructured ID will be in the response’s
input_file_idsarray.
- Use the get job endpoint to get the job’s details:
- The file’s ID will be in the
file_idfield in the response’soutput_node_filesarray - The node’s ID will be in the
node_idfield in the response’soutput_node_filesarray
- The file’s ID will be in the
Path parameters
The unique identifier of the job.
Query parameters
The ID of the output file to download.
Filter by the node that produced the output file. The default is the last workflow node.

