---
title: "Download Sealed Envelope"
method: GET
path: "/sign/envelopes/{envelopeID}:download-sealed"
tags: ["Sign"]
---

# Download Sealed Envelope

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

The **Download Sealed Envelope** downloads a sealed (signed) envelope's documents along with audit trail in a ZIP archive.

## Path parameters

- `envelopeID` string, uuid, required

## Response `200`

ZIP archive containing all signed documents from the envelope along with audit trail

## Other responses

- `401` — Unauthorized - Invalid or missing JWT token
- `404` — 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)
