---
title: "Download Document"
method: GET
path: "/v1/documents/document/{id}/download"
tags: ["API / Document", "Use case / Accounting", "Use case / Order", "Use case / Master data sync", "Use case / Customer portal"]
---

# Download Document

`GET /v1/documents/document/{id}/download`

Download a document by its ID. You can choose to download the document directly or stream it.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `direct` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Bad Request — invalid input or malformed request
- `401` — Unauthorized — missing or invalid authentication credentials
- `403` — Forbidden — insufficient permissions for this operation
- `422` — Validation Error
- `429` — Too Many Requests — rate limit exceeded. See the `Retry-After` header
- `500` — Internal Server Error
- `503` — Service Unavailable — temporarily unable to handle the request

---

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