curl --request GET \
--url https://api.egp.scale.com/v4/interactions/{application_interaction_id}/feedback \
--header 'x-api-key: <api-key>'
{
"id": "<string>",
"chat_thread_id": "<string>",
"application_interaction_id": "<string>",
"sentiment": "positive",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
curl --request GET \
--url https://api.egp.scale.com/v4/interactions/{application_interaction_id}/feedback \
--header 'x-api-key: <api-key>'
{
"id": "<string>",
"chat_thread_id": "<string>",
"application_interaction_id": "<string>",
"sentiment": "positive",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
Successful Response
The response is of type object
.