List or get campaign sends
Sends
List or get campaign sends
Returns { sends: Send[] } for the brand — every email that has an accepted send (status scheduled | queued | sending | sent | failed). ?emailId= returns the single send for one email (or 404). Filter with status, from, to; paginate with limit + cursor.
GET
List or get campaign sends
Authorizations
Send your Brew API key as Authorization: Bearer brew_xxx.
Query Parameters
Minimum string length:
1Available options:
scheduled, queued, sending, sent, failed Page size (1–100). Defaults to 100.
Required range:
1 <= x <= 100Opaque pagination cursor echoed from the previous page’s pagination.cursor. Omit for the first page.
Required string length:
1 - 512