{
  "id": "del_1T7If8GgrTOf7zBVPaJf2e",
  "envelope_id": "52872f0e-b919-4d69-89cd-e7e56af00548",
  "status": "generated",
  "type": "audit_log",
  "url": "https://s3.us-east-2.amazonaws.com/signatureapi-vault-dev/envelopes/52872f0e..."
}

A deliverable is a PDF document that contains the signed documents of a completed document along with an audit log. The deliverable is generated after the envelope is completed, and is sent to all recipients via email.

A deliverable belongs to an envelope.

Attributes

id
string

The unique identifier of the deliverable.

envelope_id
uuid

The unique identifier of the envelope.

type
enum

The type of the deliverable.

Available options: audit_log

status
enum

The current status of the deliverable.

Available options are processing, generated, and failed

url
string

The URL for downloading the deliverable. This link is intended for immediate use, as it expires after a short period.

{
  "id": "del_1T7If8GgrTOf7zBVPaJf2e",
  "envelope_id": "52872f0e-b919-4d69-89cd-e7e56af00548",
  "status": "generated",
  "type": "audit_log",
  "url": "https://s3.us-east-2.amazonaws.com/signatureapi-vault-dev/envelopes/52872f0e..."
}