bird whatsapp stats hourly
Usage
Code example
bird whatsapp stats hourly [flags]Description
Outbound WhatsApp lifecycle counts, one row per hour, gap-filled. Every event a message produces counts against the hour that message was accepted, so a row is a funnel over that hour's sends and recent rows under-report while callbacks arrive. Each row carries its own latency percentiles, but delivery, failure and read rates are whole-window figures: read those from bird whatsapp stats summary. Use it where the daily grain hides the shape; a window spans at most 720 hours (30 days), and for anything longer use bird whatsapp stats daily. Accepts the same single-dimension restriction: template, category, phone_number or tag. from and to are optional RFC 3339 instants, defaulting to the trailing 168 hours.
Examples
Code example
bird whatsapp stats hourlyOptions
| Name | Description |
|---|---|
| --category | Restrict the statistics to a single template category. Mutually exclusive with the other dimension filters (template, phone_number, tag); only one may be set per request. Matches the category key on a row of the per-category breakdown. Known values: authentication, utility, marketing (others may exist). |
| --from | Start of the window (RFC 3339 instant), rounded down to the start of its hour and included. The boundary uses the local hour when timezone is set and the UTC hour otherwise. The window may not exceed 30 days (720 hours). Defaults to 168 hours (7 days) before to when omitted. |
| --phone-number | Restrict the statistics to a single business sender phone number, in E.164 form. Mutually exclusive with the other dimension filters (template, category, tag); only one may be set per request. Matches the phone_number key on a row of the per-phone-number breakdown. |
| --response-schema | Print the fields this command returns, then exit |
| --tag | Restrict the statistics to a single tag. Use name to match any value of a tag, or name:value for a specific pair (for example campaign:spring_launch). Mutually exclusive with the other dimension filters (template, category, phone_number); only one may be set per request. A row of the per-tag breakdown carries the same pair in its single tag key. |
| --template | Restrict the statistics to a single template, by slug. Mutually exclusive with the other dimension filters (category, phone_number, tag); only one may be set per request. Matches the template key on a row of the per-template breakdown. |
| --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 of the window (RFC 3339 instant), rounded down to the start of its hour and included. The boundary uses the local hour when timezone is set and the UTC hour otherwise, so both bounds are inclusive. The window may not exceed 30 days (720 hours). Defaults to the current hour when omitted. |
Related
| Name | Description |
|---|---|
| bird whatsapp stats by-error-code | Get outbound WhatsApp statistics by error code |
| bird whatsapp stats by-phone-number | Get outbound WhatsApp statistics by phone number |
| bird whatsapp stats by-tag | Get outbound WhatsApp statistics by tag |
| bird whatsapp stats by-template | Get outbound WhatsApp statistics by template |
| bird whatsapp stats by-template-category | Get outbound WhatsApp statistics by template category |
| bird whatsapp stats daily | Get daily outbound WhatsApp statistics |
| bird whatsapp stats summary | Get aggregate outbound WhatsApp statistics |