bird email mailboxes receive-rules list
Usage
Ejemplo de código
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
Ejemplo de código
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 |
Recursos relacionados
Continúa con la documentación, guías y ejemplos sobre este tema. Los recursos están en inglés.
Ver la guíaSetting up your coding agentComprender el conceptoWhat is an MCP server, and how does an agent use one to send messages?Explorar la funcionalidadCoding agentsSeguir la ruta de aprendizajeBuild with AI agents
Obtener un resumen de implementación