---
title: "Download Job output"
method: GET
path: "/api/v1/jobs/{job_id}/download"
tags: ["jobs"]
---

# Download Job output

`GET /api/v1/jobs/{job_id}/download`

Download the output of a job from a workflow where the input file was provided at runtime.

## Path parameters

- `job_id` string, uuid, required

## Query parameters

- `file_id` string, required — ID of the file to download
- `node_id` string, uuid, nullable — Node ID to retrieve the corresponding output file.If not provided, uses the terminal processing node in the workflow.

## Headers

- `unstructured-api-key` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/unstructuredapp/apis/platform-api.md) · [All operations](https://skmtc.net/unstructuredapp/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstructuredapp/platform-api/revisions/41676641a27c/schema)
