---
title: "Download Document"
method: GET
path: "/api/document/{document_ext_id}/download"
tags: ["document"]
---

# Download Document

`GET /api/document/{document_ext_id}/download`

Download a document by its external ID.
Retrieves and decrypts the document for downloading as an attachment.

## Path parameters

- `document_ext_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/8ff0e02c3252/schema)
