bird email broadcasts list-events
Usage
Esempio di codice
bird email broadcasts list-events <broadcast-id> [flags]Description
List the per-recipient event timeline for a broadcast (sends, opens, clicks, bounces, and so on), paginated. Filter by type (e.g. email.bounced, email.opened).
Returns a paginated JSON envelope; narrow with the filters below and page with --limit and --starting-after.
Examples
Esempio di codice
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
| Name | Description |
|---|---|
| --ending-before | Cursor from the prev_cursor field of a previous list response. Returns items immediately before the cursor position in the current sort order. |
| --limit <n> | Maximum number of items to return per page. |
| --starting-after | Cursor from the next_cursor field of a previous list response. Returns items immediately after the cursor position in the current sort order. |
Filters
| Name | Description |
|---|---|
| --response-schema | Print the fields this command returns, then exit |
| --type | Filter by event type (e.g. email.bounced, email.opened). |
Related
| Name | Description |
|---|---|
| bird email broadcasts cancel | Cancel a broadcast |
| bird email broadcasts counts | Get a broadcast's audience counts |
| bird email broadcasts create | Create a broadcast |
| bird email broadcasts delete | Delete a broadcast |
| bird email broadcasts get | Get a broadcast |
| bird email broadcasts list | List broadcasts |
| bird email broadcasts list-recipients | List recipients of a broadcast |
| bird email broadcasts send | Send a broadcast |
| bird email broadcasts update | Update a draft or scheduled broadcast |