bird email stats inbound daily
Usage
Ejemplo de código
bird email stats inbound daily [flags]Description
Per-day received-email series, gap-filled with zero rows, max 365 days. Takes the same tag filter as bird email stats inbound summary. For hour resolution use bird email stats inbound hourly; for one aggregate row use bird email stats inbound summary.
Examples
Ejemplo de código
bird email stats inbound dailyOptions
| Name | Description |
|---|---|
| --from | Start date (inclusive), YYYY-MM-DD. Interpreted as a calendar day in timezone (a UTC day when timezone is omitted). Defaults to 30 days before to when omitted. |
| --response-schema | Print the fields this command returns, then exit |
| --tag | Restrict the count to a single tag. Use name to match any value of a tag, or name:value for a specific pair (for example mailbox_id:mbx_2f9k… or inbound_address_id:ina_8c3d…). |
| --timezone | IANA timezone identifier used to group statistics, for example Asia/Kathmandu. The default is UTC. Day and hour boundaries, including the default window when from and to are omitted, follow this timezone. When this parameter is set, pass from and to as calendar days or Z instants instead of timestamps with explicit UTC offsets. |
| --to | End date (inclusive), YYYY-MM-DD. Interpreted as a calendar day in timezone (a UTC day when timezone is omitted). Defaults to today in that timezone when omitted. Window may not exceed 365 days. |
Related
| Name | Description |
|---|---|
| bird email stats inbound hourly | Get hourly received-email statistics |
| bird email stats inbound summary | Get aggregate received-email statistics |