Returns a page of bounces. The difference to “Get Bounces” is that this resource searches for the last bounce of a tuple (contact, mailing) and returns it along with the aggregated number of bounces of the same type the contact had in the past with a mailing.
Please note that this is for regular mailings usually one as only one bounce is saved while trying to deliver the mailing. There are rare cases where misconfigured mailservers send several bounces at once, so it might be possible that several bounces are registered.
For mailings with the same ID, e.g. trigger mailings, the amount can be greater (until the contact is blocked by the bounce policy).

Attributes

Parameter Default Description
from_date If provided, only the bounces after or equal (including) the given date will be returned. The value of from_date must be a numeric value representing a point in time milliseconds after January 1, 1970 00:00:00
to_date If provided, only the bounces before (excluding) the given date will be returned./  The value of to_date must be a numeric value representing a point in time milliseconds afterJanuary 1, 1970 00:00:00
mailing_id Multivalued parameter to filter the bounces by mailings. Each value must correspond to a mailing id.
ids Multivalued parameter to filter the results by contacts. Each value must correspond to a contact id.
emails Multivalued parameter to filter the results by email addresses.
eids Multivalued parameter to filter the results by external ids. Each value must correspond to a contacts external id
exclude_anonymous_bounces true Supported values: true / false. If set to true, the bounces that cannot be mapped to contacts because of permission types or because unsubscriptions are omitted in the results.
standard_field Multivalued parameter to query the value of a standard contact field.
custom_field Multivalued parameter to query the value of a custom contact field.
page_index 1 The index of the result page. The index must be greater or equal to 1.
page_size 100 The maximum count of items in the result page. If provided, the value of page_size must be in the range 1 to 1000.

Example