bird voice stats daily
Usage
Code example
bird voice stats daily [flags]Description
Per-day voice stats series (total and answered legs, asr, acd_ms), gap-filled with zero rows so a chart never interpolates, max 365 days. Set timezone to bucket by local calendar day instead of UTC. For hour resolution use bird voice stats hourly; for one aggregate row use bird voice stats summary.
Examples
Code example
bird voice stats dailyOptions
| 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 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 |
| --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 voice stats by-country | Get Voice statistics by country |
| bird voice stats by-response-code | Get Voice statistics by response code |
| bird voice stats hourly | Get hourly Voice statistics |
| bird voice stats summary | Get aggregate Voice statistics |