---
title: "GET /papersign/documents/{id}/download"
method: GET
path: "/papersign/documents/{id}/download"
tags: ["Papersign Documents"]
---

# GET /papersign/documents/{id}/download

`GET /papersign/documents/{id}/download`

Downloads the completed (fully signed) document as a PDF.

This endpoint responds with a `302` redirect to a short-lived signed URL for the file — follow the redirect (most HTTP clients do so automatically, e.g. `curl -L`) to receive the PDF. If you want the link itself as JSON rather than the file, use `GET /papersign/documents/{id}/completed-document-url` instead.

The document must be completed — every signer must have finished signing — before it can be downloaded. A draft document returns `400`, and a document that has been sent but is not yet completed returns `422`.
Please note that this feature is exclusively available as part of the [Papersign API](https://paperform.co/products/papersign/#pricing).

## Path parameters

- `id` string, required

## Other responses

- `302` — Redirect to a short-lived signed URL for the completed document PDF.
- `400` — Invalid Request
- `401` — Unauthorized
- `403` — Not Permitted
- `404` — Not Found
- `422` — Validation Error
- `429` — Too Many Requests
- `5XX` — Unexpected Error

---

[API](https://skmtc.net/paperform/apis/paperform-api.md) · [All operations](https://skmtc.net/paperform/apis/paperform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paperform/paperform-api/versions/dc1e62b7063d/schema)
