Skip to main content
Newcomer
August 24, 2026
Question

How to list envelopes that have had an envelope status OR recipient status change

  • August 24, 2026
  • 1 reply
  • 22 views

Is there a way to find envelopes that have had a recipient status change occur during a specified time period.?  e.g. An envelope has 3 recipients.  The first recipient signs.  How can I query to find that envelope.

The Envelopes:listStatusChanges endpoint be used to find envelopes that have a status change during a specified time period, but I couldn’t see how to use that for a recipient status change.  
 

1 reply

Docusign Employee
August 25, 2026

Hi ​@fechin,

You can use Docusign Connect to subscribe to recipient events and receive real-time status updates. For historical checks on known envelopes, you can use GET /envelopes/{envelopeId}/audit_events to review the envelope’s audit events and inspect the recipient status change events.