Operations
Retrieve an envelope
Retrieve the full details of an existing envelope
GET
Retrieves the full details of an envelope, including its documents, recipients, deliverable, sender information, and captures.
Use this endpoint to check the current status of an envelope, retrieve recipient ceremony URLs, or access the deliverable download URL after completion.
All properties are returned regardless of the envelope’s current status. Properties not yet available (such as completed_at for an in-progress envelope) are returned as null.
Path parameters
The unique identifier of the envelope, in UUID format.
Returns
Returns a 200 OK status code along with an envelope object on success, or an error otherwise.