Events
List envelope events
GET
Returns a list of the events of an envelope. The events are sorted by timestamp, with the most recent appearing first.
Envelope events include recipient and deliverable events.
Path Parameters
The unique identifier of an envelope.
Query Parameters
Filter the list by event type, for example envelope.completed
or recipient.sent
.
For the list of event types, see Event Types.
The maximum number of objects to return in the response, up to 100. The default is 20.
Returns
Returns a 200 OK
status code along with a paginated list of event objects if successful, or an error otherwise.
Was this page helpful?