GET
/v1/Assistants/{id}/Feedbacks
curl \
--request GET 'https://assistants.twilio.com/v1/Assistants/{id}/Feedbacks' \
--user "username:password"
Response examples (200)
{
"feedbacks": [
{
"assistant_id": "string",
"id": "string",
"account_sid": "string",
"user_sid": "string",
"message_id": "string",
"score": 42.0,
"session_id": "string",
"text": "string",
"date_created": "2025-05-04T09:42:00Z",
"date_updated": "2025-05-04T09:42:00Z"
}
],
"meta": {
"first_page_url": "https://example.com",
"key": "string",
"next_page_url": "https://example.com",
"page": 42,
"page_size": 42,
"previous_page_url": "https://example.com",
"url": "https://example.com"
}
}