GET
/
v4
/
interactions
/
{application_interaction_id}
/
feedback
Get Interaction Feedback
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"
}

Authorizations

x-api-key
string
header
required

Headers

x-selected-account-id
string

Path Parameters

application_interaction_id
string
required

Response

200
application/json

Successful Response

The response is of type object.