Voice Analytics
GET /v1/analytics/voiceParameters
Parameter
Type
Default
Description
Response
{
"period": {
"from": "2026-03-01T00:00:00.000Z",
"to": "2026-03-12T00:00:00.000Z"
},
"interval": "day",
"data": [
{
"date": "2026-03-01",
"total": 5,
"total_duration_seconds": 1200
},
{
"date": "2026-03-02",
"total": 8,
"total_duration_seconds": 2340
}
]
}Response Fields
Field
Type
Description
Example
Last updated