> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Envelope

Get the overall status for the specified envelope.

<Note>
  External Documentation

  To learn more, visit the [Docusign documentation](https://developers.docusign.com/docs/esign-rest-api/v2/reference/envelopes/envelopes/get/).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter   | Description             |
  | ----------- | ----------------------- |
  | Envelope ID | The ID of the envelope. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                              |
  | --------------- | ------------------------------------------------------------------------------------------------------------------------ |
  | Advanced Update | When checked, sets the envelope's signing location to 'online', where the envelope information can be added or modified. |
</div>

## Example Output

```json theme={"dark"}
{
	"status": "<string>",
	"documentsUri": "<string>",
	"recipientsUri": "<string>",
	"attachmentsUri": "<string>",
	"envelopeUri": "<string>",
	"emailSubject": "<string>",
	"envelopeId": "<string>",
	"customFieldsUri": "<string>",
	"autoNavigation": "<string>",
	"envelopeIdStamping": "<string>",
	"notificationUri": "<string>",
	"enableWetSign": "<string>",
	"allowMarkup": "<string>",
	"allowReassign": "<string>",
	"createdDateTime": "2025-04-06T11:41:02.0170000Z",
	"lastModifiedDateTime": "2025-04-06T11:41:02.0170000Z",
	"statusChangedDateTime": "2025-04-06T11:41:02.0170000Z",
	"documentsCombinedUri": "<string>",
	"certificateUri": "<string>",
	"templatesUri": "<string>",
	"purgeState": "<string>",
	"is21CFRPart11": "<string>",
	"signerCanSignOnMobile": "<string>",
	"isSignatureProviderEnvelope": "<string>",
	"allowViewHistory": "<string>",
	"disableResponsiveDocument": "<string>"
}
```

## Workflow Library Example

[Get Envelope with Docusign and Send Results Via Email](https://library.blinkops.com/workflows/get-envelope-with-docusign-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-envelope-with-docusign-and-send-results-via-email/canvas" />
</div>
