v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB
Email API

Get email tracking (batch summary)

Returns the latest status per recipient for one HTTP send batch — use the trackingId from Send a transactional email.

Each item in recipients[] includes the per-recipient messageId (timeline key). For the full event history of one recipient, call Get email tracking (recipient timeline).

Optional dateStart / dateEnd (ISO-8601, UTC) bound the search window when resolving recipients.

get/email/tracking/batch/{trackingId}

Path parameters

trackingIdstring required

Primary customer tracking id from send response or search trackingId field. Internal messageId also accepted when values differ.

Query parameters

dateStartstring date-time

Start of date range (ISO-8601).

dateEndstring date-time

End of date range (ISO-8601).

Headers

Authorizationstring required

Bearer {access_token}

Response

Batch summary with one row per recipient (latest event)

trackingIdstring

Batch tracking id from send response.