> ## 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.

# Get a deliverable

> Retrieves a deliverable using its ID. Use it to download a signed copy of the envelope.

<Frame>
  <img src="https://mintcdn.com/signatureapi-daf4ee54/-zNb44iNHnnmKMui/docs/integrations/power-automate/images/actions/get-deliverable.png?fit=max&auto=format&n=-zNb44iNHnnmKMui&q=85&s=ee0556a82e217b937b9a8c3052fc02d4" alt="" width="2880" height="1624" data-path="docs/integrations/power-automate/images/actions/get-deliverable.png" />
</Frame>

### Input

<ParamField path="Deliverable ID" type="string" required={true}>
  The ID of the deliverable.
</ParamField>

### Output

<ResponseField name="Deliverable ID" type="string">
  The ID of the deliverable.
</ResponseField>

<ResponseField name="Deliverable Type" type="string">
  The type of the deliverable. Currently, the only type is `audit_log`.
</ResponseField>

<ResponseField name="Deliverable Status" type="string">
  The current status of the deliverable.

  Available options are `processing`, `generated`, and `failed`.
</ResponseField>

<ResponseField name="File Content" type="file content">
  The file content of the deliverable.

  <Tip>Use this as input in a downstream action to save the signed document.</Tip>
</ResponseField>
