Sign inGet started

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

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.
--orderSort direction. Defaults to desc, which sorts from newest to oldest or largest to smallest, depending on the selected sort field. Possible values: asc, desc.
--sortField to sort by. Defaults to created_at. Possible values: created_at.
--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
NameDescription
bird whatsapp numbers createCreate a WhatsApp number connection
bird whatsapp numbers deleteDelete a WhatsApp number connection
bird whatsapp numbers getGet a WhatsApp number
bird whatsapp numbers listList WhatsApp numbers
bird whatsapp numbers precheckCheck a number against WhatsApp
bird whatsapp numbers updateUpdate a WhatsApp number name