Documentation
Sign inGet started

bird email mailboxes receive-rules list

Usage

Contoh kode
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

Contoh kode
bird email mailboxes receive-rules list
bird email mailboxes receive-rules list | jq -r '.data[].id'
bird email mailboxes receive-rules list --limit 50 --starting-after <cursor>

Options

Filters

NameDescription
--actionFilter by rule action.
--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.