> ## Documentation Index
> Fetch the complete documentation index at: https://signatureapi-daf4ee54.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Deliverable Lifecycle

> The lifecycle and statuses of a deliverable.

A deliverable moves through the following statuses:

| Status       | Description                                                                                          |
| ------------ | ---------------------------------------------------------------------------------------------------- |
| `pending`    | The envelope is not yet completed. The deliverable is waiting to be generated.                       |
| `processing` | The envelope has completed and the deliverable is being generated. This usually takes a few seconds. |
| `generated`  | The deliverable is ready. The `url` property contains a download link.                               |
| `failed`     | The deliverable failed to generate. This is rare. SignatureAPI support is notified automatically.    |

Subscribe to the [`deliverable.generated`](/docs/api/resources/events/deliverable-events#deliverable-generated) webhook event to be notified when a deliverable is ready for download.
