Reference
Remy Reference/agent/email.batches
?

email.batches

One row per marketing blast, newest first.
email.batches(options?) → { batches, total }

One row per blast, newest first, each with its recipient and accepted totals, per-status counts, and its delivery lifecycle where the send was queued. A blast is grouped by the batchId you passed to sendEmail.

Parameters
options
EmailWindowOptions & { limit?, offset? }
Time window and paging.
Call from a method
const { batches } = await email.batches({ limit: 20 });