bird whatsapp numbers list-events
Usage
Code example
bird whatsapp numbers list-events <number-id> [flags]Description
The activity history of one WhatsApp number as a cursor page, newest first: when it was added, every change of its status, its messaging-limit and quality-rating changes, and each display-name review decision. This is the read that answers "why did this number's status, limit, or name change"; bird whatsapp numbers get gives only the current values. An unknown number ID returns 404.
Returns a paginated JSON envelope; narrow with the filters below and page with --limit and --starting-after.
Examples
Code example
bird whatsapp numbers list-events <number-id>
bird whatsapp numbers list-events <number-id> | jq -r '.data[].id'
bird whatsapp numbers list-events <number-id> --limit 50 --starting-after <cursor>Options
Pagination
| Name | Description |
|---|---|
| --ending-before | Cursor 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. |
| --order | Sort direction. Defaults to desc, which sorts from newest to oldest or largest to smallest, depending on the selected sort field. Possible values: asc, desc. |
| --sort | Field to sort by. Defaults to created_at. Possible values: created_at. |
| --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 |
Related
| Name | Description |
|---|---|
| bird whatsapp numbers create | Create a WhatsApp number connection |
| bird whatsapp numbers delete | Delete a WhatsApp number connection |
| bird whatsapp numbers get | Get a WhatsApp number |
| bird whatsapp numbers list | List WhatsApp numbers |
| bird whatsapp numbers precheck | Check a number against WhatsApp |
| bird whatsapp numbers update | Update a WhatsApp number name |
Related resources
Continue with the documentation, guides and examples for this topic. Resources are in English.
Understand the conceptShould I use a Bird SDK or call the API directly?Follow the learning pathBuild your first integrationImplementation guideSend your first email
Get an implementation brief