---
title: "Download Document Attachment"
method: GET
path: "/public/v1/documents/{id}/attachments/{attachment_id}/download"
tags: ["Document Attachments"]
---

# Download Document Attachment

`GET /public/v1/documents/{id}/attachments/{attachment_id}/download`

Download an attachment by ID.

## Path parameters

- `id` string, required
- `attachment_id` string, required

## Response `200`

OK

## Other responses

- `401` — Authentication error
- `404` — Not found
- `409` — Conflict
- `429` — Too Many Requests

---

[API](https://skmtc.net/pandadoc/apis/pandadoc-public-api.md) · [All operations](https://skmtc.net/pandadoc/apis/pandadoc-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandadoc/pandadoc-public-api/revisions/0c2b70be3fb0/schema)
