---
title: "Download job output"
method: GET
path: "/jobs/{id}/download"
tags: ["Jobs"]
---

# Download job output

`GET /jobs/{id}/download`

Stream the output file of a completed job. Only available for jobs with status 'complete' and an output file.

## Path parameters

- `id` string, required — Job ID

## Response `200`

Output file stream

## Other responses

- `400` — Job has no output available
- `401` — Unauthorized
- `404` — Job or output file not found

## Changes

- **2026-08-29** `4d10ec4266ee` — 1 info
  - api operation id `downloadJobOutput` was added

[Change history](https://skmtc.dev/rendobar/apis/rendobar-api/changes/jobs/:id/download/get.md)

---

[API](https://skmtc.dev/rendobar/apis/rendobar-api.md) · [All operations](https://skmtc.dev/rendobar/apis/rendobar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rendobar/rendobar-api/revisions/4d10ec4266ee/schema)
