Sign inGet started

bird whatsapp stats hourly

Usage

कोड उदाहरण
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

कोड उदाहरण
bird whatsapp stats hourly

Options

NameDescription
--categoryRestrict 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).
--fromStart 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-numberRestrict 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-schemaPrint the fields this command returns, then exit
--tagRestrict 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.
--templateRestrict 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.
--timezoneIANA 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.
--toEnd 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.
NameDescription
bird whatsapp stats by-error-codeGet outbound WhatsApp statistics by error code
bird whatsapp stats by-phone-numberGet outbound WhatsApp statistics by phone number
bird whatsapp stats by-tagGet outbound WhatsApp statistics by tag
bird whatsapp stats by-templateGet outbound WhatsApp statistics by template
bird whatsapp stats by-template-categoryGet outbound WhatsApp statistics by template category
bird whatsapp stats dailyGet daily outbound WhatsApp statistics
bird whatsapp stats summaryGet aggregate outbound WhatsApp statistics