Fetch a FeedbackSummary resource from a call
Call FeedbackSummary resources provide an idea of how your end user's perceive the quality of their calls and the most common issues they have encountered in the context of all your voice traffic during a specific time frame.
Fetch a FeedbackSummary resource from a call
Path parameters
-
AccountSid
string Required The unique id of the Account responsible for this resource.
-
Sid
string Required A 34 character string that uniquely identifies this resource.
GET
/2010-04-01/Accounts/{AccountSid}/Calls/FeedbackSummary/{Sid}.json
curl \
-X GET https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Calls/FeedbackSummary/{Sid}.json \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"call_count": 42,
"call_feedback_count": 42,
"date_created": "string",
"date_updated": "string",
"end_date": "2023-05-04",
"include_subaccounts": true,
"issues": [],
"quality_score_average": 42.0,
"quality_score_median": 42.0,
"quality_score_standard_deviation": 42.0,
"sid": "string",
"start_date": "2023-05-04",
"status": "queued"
}
Response examples (200)
{
"account_sid": "string",
"call_count": 42,
"call_feedback_count": 42,
"date_created": "string",
"date_updated": "string",
"end_date": "2025-05-04",
"include_subaccounts": true,
"issues": [],
"quality_score_average": 42.0,
"quality_score_median": 42.0,
"quality_score_standard_deviation": 42.0,
"sid": "string",
"start_date": "2025-05-04",
"status": "queued"
}