Documentation
Sign inGet started

bird sms suppressions list

Usage

कोड उदाहरण
bird sms suppressions list [flags]

Description

List the workspace's SMS suppressions (sender-and-subscriber pairs blocked from delivery) as a cursor page.
Returns a paginated JSON envelope; narrow with the filters below and page with --limit and --starting-after.

Examples

कोड उदाहरण
bird sms suppressions list
bird sms suppressions list | jq -r '.data[].id'
bird sms suppressions list --limit 50 --starting-after <cursor>

Options

Filters

NameDescription
--destinationReturn only suppressions for this exact subscriber number in E.164 form. Prefix matching is unsupported.
--originatorReturn only suppressions covering this sender.
--reasonReturn only suppressions with this reason: - keyword_stop: The subscriber texted a stop keyword to the sender. - carrier_opted_out: Their carrier reported the opt-out. - manual: Added through the API or dashboard. Possible values: keyword_stop, carrier_opted_out, manual.
--response-schemaPrint the fields this command returns, then exit

Pagination

NameDescription
--ending-beforeCursor 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-afterCursor from the next_cursor field of a previous list response. Returns items immediately after the cursor position in the current sort order.
NameDescription
bird sms suppressions addCreate an SMS suppression
bird sms suppressions getGet an SMS suppression
bird sms suppressions removeDelete an SMS suppression