Operations
List recipient events
Returns all events for a specific recipient, sorted with the most recent first.
GET
Returns a list of events for a specific recipient. Events are sorted by timestamp, with the most recent appearing first.
Results include only recipient events, such as delivery, signing, and bounce events.
Path parameters
The unique identifier of the recipient.
Query parameters
Filter by event type. For example, recipient.completed or recipient.sent.
For the full list of event types available when listing recipient events, see Recipient Events.
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.