download_envelope_document
Retrieve a document from a DocuSign envelope using envelope ID and document ID, returning base64 content and metadata.
Instructions
Download a specific document from an envelope.
Args: envelope_id: The envelope ID. document_id: The document ID to download.
Returns: Dictionary with document content (base64-encoded) and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | ||
| envelope_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||