Operations
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.
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 a 200 OK status with a paginated list of event objects on success, or an error otherwise.