Skip to main content
GET
/
api
/
v1
/
jobs
/
{job_id}
/
download
Download Job output
curl --request GET \
  --url https://platform.unstructuredapp.io/api/v1/jobs/{job_id}/download \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

unstructured-api-key
string | null

Path Parameters

job_id
string<uuid>
required

Query Parameters

file_id
string
required

ID of the file to download

node_id
string<uuid> | null

Node ID to retrieve the corresponding output file.If not provided, uses the last node in the workflow.

Response

Successful Response