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

> Retrieves recipient details by their ID.

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

### Input

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

### Output

<ResponseField name="Recipient Key" type="string">
  A user-provided key that identifies a recipient within an envelope.
</ResponseField>

<ResponseField name="Recipient Name" type="string">
  The name of the recipient.
</ResponseField>

<ResponseField name="Recipient Email" type="string">
  The email address of the recipient.
</ResponseField>

<ResponseField name="Recipient ID" type="string">
  The ID of the recipient.
</ResponseField>

<ResponseField name="Envelope ID" type="string">
  The ID of the envelope.
</ResponseField>

<ResponseField name="Recipient Type" type="string">
  The type of the recipient.
</ResponseField>

<ResponseField name="Recipient Status" type="string">
  The status of the recipient.

  Available options are `pending`, `sent`, `completed`, `rejected`, `soft_bounced`, `hard_bounced`, `failed`, and
  `replaced`.
</ResponseField>

<ResponseField name="Recipient Completed At" type="string">
  Time when the recipient completed the envelope.
</ResponseField>

<ResponseField name="Recipient Ceremony Creation" type="string">
  How the ceremonies for a recipient are created.
</ResponseField>

<ResponseField name="Recipient Delivery Type" type="string">
  How the deliverable is sent to the recipient.
</ResponseField>
