Path parameters
-
The unique SID identifier of the Call.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^CA[0-9a-fA-F]{32}$
.
GET
/v1/Voice/{CallSid}/Summary
curl \
--request GET 'https://insights.twilio.com/v1/Voice/{CallSid}/Summary' \
--user "username:password"
Response examples (200)
{
"to": {},
"url": "https://insights.twilio.com/v1/Voice/CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Summary",
"from": {},
"tags": [
"tags"
],
"trust": {
"branded": {
"logo": true,
"type": "in_band",
"enabled": true,
"use_case": "Customer Care",
"bundle_sid": "BU5ceeea51b1424478fc541dfef0e2b167",
"call_reason": "Branded CTIA",
"display_name": "Owl bank",
"long_display_name": "Owl bank Ltd"
},
"verified_caller": {
"verified": true
},
"voice_integrity": {
"enabled": true,
"use_case": "customer_support",
"bundle_sid": "BU5ceeea51b1424478fc541dfef0e2b167"
},
"business_profile": {
"type": "corporate",
"identity": "direct_customer",
"industry": "BANKING",
"bundle_sid": "BU5ceeea51b1424478fc541dfef0e2b167"
}
},
"call_sid": "CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"duration": 100,
"end_time": "2015-07-30T20:00:00Z",
"sdk_edge": {},
"sip_edge": {},
"call_type": "carrier",
"annotation": {
"spam": true,
"comment": "this is a call",
"call_sid": "CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"incident": "https://twilio.zendesk.com/support/tickets/17353089",
"call_score": 2,
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"answered_by": "human",
"quality_issues": [
"low_volume"
],
"connectivity_issue": "invalid_number"
},
"attributes": {},
"call_state": "ringing",
"properties": {},
"start_time": "2015-07-30T20:00:00Z",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"answered_by": "machine_start",
"client_edge": {},
"carrier_edge": {},
"created_time": "2015-07-30T20:00:00Z",
"connect_duration": 99,
"processing_state": "complete"
}