---
title: "Download Completed Document"
method: GET
path: "/public/v1/documents/{id}/download-protected"
tags: ["Documents"]
---

# Download Completed Document

`GET /public/v1/documents/{id}/download-protected`

Download a completed document as a verifiable PDF (Download Protected Document)
> 🚧 Production key only
> 
> This endpoint only works with a Production key. You'll get a 401 Unauthorized error when trying to use a Sandbox key.

Download a signed PDF of a completed document

## Path parameters

- `id` string, required

## Query parameters

- `separate_files` boolean

## Response `200`

OK

## Other responses

- `202` — The signed document file is not ready yet (for example, a bundle overall PDF or ZIP is still being produced). Retry after the indicated number of seconds. No response body is returned.
- `401` — Authentication error
- `403` — Permission 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)
