Events
List events
Lists all events in an account.
GET
/
v1
/
events
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.
Query Parameters
type
enum
Filter the list by event type, for example envelope.completed
or recipient.sent
.
For the list of event types, see Event Types.
limit
integer
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?