bird email mailboxes receive-rules list
Usage
Code example
bird email mailboxes receive-rules list <mailbox-id> [flags]Description
List a mailbox's allow/block receive rules as a cursor page, oldest first. Filter by action.
Returns a paginated JSON envelope; narrow with the filters below and page with --limit and --starting-after.
Examples
Code example
bird email mailboxes receive-rules list <mailbox-id>
bird email mailboxes receive-rules list <mailbox-id> | jq -r '.data[].id'
bird email mailboxes receive-rules list <mailbox-id> --limit 50 --starting-after <cursor>Options
Filters
| Name | Description |
|---|---|
| --action | Return only allow or block rules; omit to return both actions. Possible values: allow, block. |
| --response-schema | Print the fields this command returns, then exit |
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. |
| --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. |
Related
| Name | Description |
|---|---|
| bird email mailboxes receive-rules create | Add a receive rule |
| bird email mailboxes receive-rules delete | Delete a receive rule |
Related resources
Continue with the documentation, guides and examples for this topic. Resources are in English.
Watch the guideSetting up your coding agentUnderstand the conceptWhat is an MCP server, and how does an agent use one to send messages?Explore the capabilityCoding agentsFollow the learning pathBuild with AI agents
Get an implementation brief