Skip to main content
POST
JavaScript

Authorizations

x-api-key
string
header
required

API key authentication

Body

application/json
startDate
string<date-time>

Start date for analysis (ISO 8601)

endDate
string<date-time>

End date for analysis (ISO 8601)

granularity
enum<string>
default:monthly

Time granularity for breakdown

Available options:
daily,
weekly,
monthly,
yearly
deploymentIds
string[]

Optional filter by deployment IDs

workerId
string

Optional filter by worker ID

includeTransfers
boolean
default:true

Include transfer analysis

includeCallDetails
boolean
default:false

Include detailed call logs in response

timezone
string
default:UTC

Timezone for date calculations

Response

Voice deployment analysis results

summary
object
breakdown
object[]
callDetails
object[]