---
title: "Download Sealed Document by ID"
method: GET
path: "/sign/envelopes/{envelopeID}/documents/{documentID}:download-sealed"
tags: ["Sign"]
---

# Download Sealed Document by ID

`GET /sign/envelopes/{envelopeID}/documents/{documentID}:download-sealed`

The **Download Sealed Document by ID** downloads a single sealed (signed) document as a PDF from a sealed envelope.

## Path parameters

- `envelopeID` string, uuid, required
- `documentID` string, uuid, required

## Response `200`

The sealed document as a PDF file

## Other responses

- `401` — Unauthorized - Invalid or missing JWT token
- `404` — Document or envelope not found
- `409` — Envelope is not sealed

---

[API](https://skmtc.net/gonitro/apis/nitro-sign-public-api.md) · [All operations](https://skmtc.net/gonitro/apis/nitro-sign-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gonitro/nitro-sign-public-api/versions/26e3043a365b/schema)
