bird voice stats hourly
Usage
Esempio di codice
bird voice stats hourly [flags]Description
Per-hour voice stats series (total and answered legs, asr, acd_ms), gap-filled with zero rows, max 30 days (720 rows). A longer window returns 422, so use voice_stats_daily for those. from/to are instants, each rounded down to the enclosing hour and echoed back in period. For one aggregate row use voice_stats_summary.
Examples
Esempio di codice
bird voice stats hourlyOptions
| Name | Description |
|---|---|
| --direction | When set, limits the statistics to call legs in this direction. Omit to include all legs. Possible values: inbound, outbound. |
| --from | Start of the window (ISO 8601 instant). Rounded down to the start of its hour (the local hour when timezone is set, otherwise the UTC hour), and that hour is included. When timezone is set, a numeric UTC offset here (for example +05:45) is rejected; use a Z (UTC) instant. Defaults to 7 days before to when omitted. |
| --response-schema | Print the fields this command returns, then exit |
| --timezone | IANA timezone identifier (for example Asia/Kathmandu) to report in; defaults to UTC. Day and hour boundaries and the default window when from and to are omitted both follow it, so a calendar-day from or to names a local day. A from or to carrying its own UTC offset is rejected while this is set: pass a calendar day or a Z instant. |
| --to | End of the window (ISO 8601 instant). Rounded down to the start of its hour (the local hour when timezone is set, otherwise the UTC hour), and that hour is included (both bounds inclusive). When timezone is set, a numeric UTC offset here is rejected; use a Z (UTC) instant. Defaults to the current hour when omitted. Window may not exceed 30 days (720 hours). |
Related
| Name | Description |
|---|---|
| bird voice stats by-country | Voice stats by country |
| bird voice stats by-response-code | Voice stats by response code |
| bird voice stats daily | Daily voice statistics |
| bird voice stats summary | Aggregate voice stats summary |