GET
/
api
/
v1
/
feedback
/
flow-execution
/
{execution_id}
Get Flow Execution Feedback
curl --request GET \
  --url https://agent-studio.thena.ai/api/v1/feedback/flow-execution/{execution_id} \
  --header 'x-api-key: <api-key>'
{
  "feedback_type": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

execution_id
string
required

Flow execution ID to get feedback for

Response

200
application/json

Successful Response

Model for returning just the feedback status.