Sign inGet started

bird email broadcasts list-events

Usage

Code example
bird email broadcasts list-events <broadcast-id> [flags]

Description

List the per-recipient delivery timeline for a broadcast (sends, opens, clicks, bounces, and so on), oldest first, as a cursor page. Filter by type, for example email.bounced or email.opened.
Returns a paginated JSON envelope; narrow with the filters below and page with --limit and --starting-after.

Examples

Code example
bird email broadcasts list-events <broadcast-id>
bird email broadcasts list-events <broadcast-id> | jq -r '.data[].id'
bird email broadcasts list-events <broadcast-id> --limit 50 --starting-after <cursor>

Options

Pagination

NameDescription
--ending-beforeCursor from the prev_cursor or refresh_cursor field of a previous list response. Returns items immediately before the cursor position in the current sort order. prev_cursor returns the preceding page. refresh_cursor anchors at the first row of that response, which on a newest-first sort is how to fetch the items that have appeared since.
--limit <n>Maximum number of items to return per page.
--starting-afterCursor from the next_cursor field of a previous list response. Returns items immediately after the cursor position in the current sort order.

Filters

NameDescription
--response-schemaPrint the fields this command returns, then exit
--typeFilter by event type, for example email.bounced or email.opened. A broadcast timeline is recipient-scoped, so email.scheduled and email.canceled never appear on it; a canceled broadcast reports that in its own status. Known values: email.accepted, email.bounced, email.canceled, email.clicked, email.complained, email.deferred, email.delivered, email.list_unsubscribed, email.opened, email.out_of_band_bounce, email.processed, email.rejected, email.scheduled, email.unsubscribed (others may exist).
NameDescription
bird email broadcasts cancelCancel a broadcast
bird email broadcasts countsGet a broadcast's audience counts
bird email broadcasts createCreate a broadcast
bird email broadcasts deleteDelete a broadcast
bird email broadcasts getGet a broadcast
bird email broadcasts listList broadcasts
bird email broadcasts list-clicked-linksList a broadcast's clicked links
bird email broadcasts list-recipientsList recipients of a broadcast
bird email broadcasts sendSend a broadcast
bird email broadcasts send-quotaGet how much of a broadcast the send allowance covers
bird email broadcasts updateUpdate a draft or scheduled broadcast