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>"
}Get feedback for a specific flow execution.
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>"
}