Query parameters
-
ProcessingState string
Values are
complete
orpartial
.
GET /v1/Voice/{CallSid}/Summary
curl \
-X GET https://insights.twilio.com/v1/Voice/{CallSid}/Summary \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"call_sid": "string",
"call_state": "ringing",
"call_type": "carrier",
"connect_duration": 42,
"created_time": "2023-05-04T09:42:00+00:00",
"duration": 42,
"end_time": "2023-05-04T09:42:00+00:00",
"processing_state": "complete",
"start_time": "2023-05-04T09:42:00+00:00",
"tags": [
"string"
],
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"call_sid": "string",
"call_state": "ringing",
"call_type": "carrier",
"connect_duration": 42,
"created_time": "2024-05-04T09:42:00+00:00",
"duration": 42,
"end_time": "2024-05-04T09:42:00+00:00",
"processing_state": "complete",
"start_time": "2024-05-04T09:42:00+00:00",
"tags": [
"string"
],
"url": "https://example.com"
}