Events
List envelope events
Returns all events for a specific envelope, sorted with the most recent first.
GET
Returns a list of events for a specific envelope. Events are sorted by timestamp, with the most recent appearing first. Results include envelope events, recipient events, and deliverable events associated with that envelope.Documentation Index
Fetch the complete documentation index at: https://signatureapi-daf4ee54.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Path parameters
The unique identifier of the envelope.
Query parameters
Filter by event type. For example,
envelope.completed or recipient.sent.For the full list of event types available when listing envelope events, see:The maximum number of objects to return. Minimum is
1, maximum is 20. Defaults to 20.Returns
Returns a200 OK status with a paginated list of event objects on success, or an error otherwise.