Lists all events in an account.
Returns a list of all events for all envelopes. The events are sorted by timestamp, with the most recent appearing first.
These events include envelope, recipient and deliverable events.
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 a 200 OK
status code along with a paginated list of event objects if successful, or an error otherwise.
Lists all events in an account.
Returns a list of all events for all envelopes. The events are sorted by timestamp, with the most recent appearing first.
These events include envelope, recipient and deliverable events.
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 a 200 OK
status code along with a paginated list of event objects if successful, or an error otherwise.