bird email stats inbound hourly
Usage
Code example
bird email stats inbound hourly [flags]Description
Per-hour received-email series, gap-filled with zero rows, max 720 hours (30 days). Takes the same tag filter as bird email stats inbound daily; for longer ranges use bird email stats inbound daily, for one aggregate row use bird email stats inbound summary.
Examples
Code example
bird email stats inbound hourlyOptions
| Name | Description |
|---|---|
| --from | Start instant (inclusive), RFC 3339; rounded down to the enclosing hour. A numeric UTC offset is rejected when timezone is set; use a Z (UTC) instant. Defaults to 7 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 instant (inclusive), RFC 3339; rounded down to the enclosing hour. A numeric UTC offset is rejected when timezone is set; use a Z (UTC) instant. Defaults to the current hour when omitted. Window may not exceed 30 days (720 hourly rows). |
Related
| Name | Description |
|---|---|
| bird email stats inbound daily | Get daily received-email statistics |
| bird email stats inbound summary | Get aggregate received-email statistics |