> ## Documentation Index
> Fetch the complete documentation index at: https://docs.annature.com.au/llms.txt
> Use this file to discover all available pages before exploring further.

# Recipient completed

Triggered when a recipient completes all required actions.

For recipients with the type `signer`, this means signing and filling in any assigned fields. For recipients with the type `viewer`, it means finishing their viewing session.

This event is especially useful when implementing sequential signing (`order`) or muted delivery. You can use it to determine when the next recipient becomes eligible to receive access.

The [Retrieve an envelope](/api-reference/envelopes/retrieve-envelope) endpoint can be used after this event to get the latest state of the envelope and its documents.

<ResponseExample>
  ```json theme={null}
  {
    "event": "recipient_completed",
    "recipient_id": "255e591c2c9fe1bc99be1ec03075b402",
    "envelope_id": "7e8f68e4c6df9395cd7ff48d69d7e2c1",
    "completed": "2019-12-17T05:30:00Z"
  }
  ```
</ResponseExample>
