bird sms senders list
Usage
कोड उदाहरण
bird sms senders list [flags]Description
Every sender your workspace can send from, dedicated numbers and alphanumeric strings alike, each carrying where it stands per country. Start here when you do not already hold a sender id: nothing else hands you one, and every other read in this area is addressed by it. A sender's status says whether it can send at all; bird sms senders requirements is where you find out which destinations are open to it and what the closed ones want first.
Returns a paginated JSON envelope; narrow with the filters below and page with --limit and --starting-after.
Examples
कोड उदाहरण
bird sms senders list
bird sms senders list | jq -r '.data[].id'
bird sms senders list --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. |
| --include-total | When true, the response includes a total field with the total number of items matching the request's filters across all pages. |
| --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. created_at (the default) sorts newest first with the default order. sender sorts alphabetically by the sender's own value (phone number, short code, or alphanumeric sender string), all treated as plain text. Possible values: created_at, sender. |
| --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 |
|---|---|
| --number-id | Return the sender for one number you hold, using the ID from List workspace numbers. Exactly one sender exists per number, so this returns at most one result. |
| --response-schema | Print the fields this command returns, then exit |
| --type | Filter senders by source type: a dedicated number, shared shortcode, or alphanumeric sender string. Known values: number, shared_number, alpha (others may exist). |
Related
| Name | Description |
|---|---|
| bird sms senders create | Create an SMS sender |
| bird sms senders get | Get an SMS sender |
| bird sms senders requirements | List what a sender needs to send |