bird voice stats daily
Usage
Ejemplo de código
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 voice_stats_hourly; for one aggregate row use voice_stats_summary.
Examples
Ejemplo de código
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 (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 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 | Voice stats by country |
| bird voice stats by-response-code | Voice stats by response code |
| bird voice stats hourly | Hourly voice statistics |
| bird voice stats summary | Aggregate voice stats summary |