InsightsV1GetAccountReport
Fetch Voice Insights Account Level Report
Get Account Level Report for the given Report Id.
get/v2/Voice/Reports/{reportId}
Path parameters
reportIdstring required
A unique request id.
Response
OK
Example response
{
"report": {
"twilio_edge_location": {
"ashburn": 1500,
"umatilla": 1200,
"sydney": 800
},
"caller_country_code": {
"US": 2000,
"AU": 500
},
"callee_country_code": {
"US": 2000,
"AU": 500
}
}
}