bird email inbox-insights domains list
Usage
Codebeispiel
bird email inbox-insights domains list [flags]Description
List verified sending domains owned by the workspace and their monitoring settings.
Follow next_cursor with starting_after, keeping filters and ordering. A monitored
value records the workspace setting; it does not establish that vendor measurements exist.
API-key calls require Insights preview access for your organization.
Returns a paginated JSON envelope; narrow with the filters below and page with --limit and --starting-after.
Examples
Codebeispiel
bird email inbox-insights domains list
bird email inbox-insights domains list | jq -r '.data[].domain'
bird email inbox-insights domains 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. |
| --limit <n> | Maximum number of items to return per page. |
| --order | Sort direction. Defaults to asc, which sorts alphabetically or from oldest to newest, depending on the selected sort field. Possible values: asc, desc. |
| --sort | Field to sort by. Defaults to domain. Possible values: domain. |
| --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 |
|---|---|
| --response-schema | Print the fields this command returns, then exit |
| --search | Substring match against the sending domain (case-insensitive). |
| --sending-domain | Exact sending domain to return. Matching is case-insensitive. |
Related
| Name | Description |
|---|---|
| bird email inbox-insights domains update | Switch Inbox Insights on or off for a sending domain |
Verwandte Ressourcen
Weiter mit der Dokumentation, Anleitungen und Beispielen zu diesem Thema. Die Ressourcen sind auf Englisch.
Das Konzept verstehenShould I use a Bird SDK or call the API directly?Dem Lernpfad folgenBuild your first integrationImplementierungsleitfadenSend your first email
Implementierungs-Briefing erhalten