bird email mailboxes receive-rules list
Usage
Codevoorbeeld
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
Codevoorbeeld
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 |
Gerelateerde bronnen
Ga verder met de documentatie, gidsen en voorbeelden voor dit onderwerp. De bronnen zijn in het Engels.
Bekijk de gidsSetting up your coding agentBegrijp het conceptWhat is an MCP server, and how does an agent use one to send messages?Ontdek de mogelijkheidCoding agentsVolg het leerpadBuild with AI agents
Ontvang een implementatieoverzicht