Get email sends
Unified send read. A send is the unit of delivery + analytics: one design delivered to a target (audience, inline list, or single address) via one domain. Omit sendId to LIST the brand’s sends, newest first, under { data, pagination }; filter with ?status= (scheduled | queued | sending | sent | failed | canceled), the from/to ISO-8601 window, or ?emailId= (one design’s sends). Pass ?sendId= to fetch ONE — returns { data: [row] } (no pagination), 404 SEND_NOT_FOUND on an unknown / cross-brand id; add ?include=events (detail only) for a bounded first page of the send’s analytics events. sendId and emailId are mutually exclusive.
Authorizations
Send your Brew API key as Authorization: Bearer brew_xxx.
Query Parameters
Fetch a single send by id (detail mode → { data: [row] }). Omit to list.
1 - 64List mode — narrow to one design’s sends. Mutually exclusive with sendId.
1 - 64Detail-only expansion: events inlines a bounded first page of the send’s analytics events. Rejected without sendId.
events scheduled, queued, sending, sent, failed, canceled Page size (1–100). Defaults to 100.
1 <= x <= 100Opaque pagination cursor echoed from the previous page’s pagination.cursor. Omit for the first page.
1 - 512