Fetch a Feedback resource from a call
The call Feedback subresource describes the quality experienced during a phone call.
Fetch a Feedback resource from a call
Path parameters
-
The unique id of the Account responsible for this resource.
-
The call sid that uniquely identifies the call
GET /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Feedback.json
curl \
-X GET https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Feedback.json \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"date_created": "string",
"date_updated": "string",
"issues": [
"audio-latency"
],
"quality_score": 42,
"sid": "string"
}
Response examples (200)
{
"account_sid": "string",
"date_created": "string",
"date_updated": "string",
"issues": [
"audio-latency"
],
"quality_score": 42,
"sid": "string"
}