Retrieve conversation feedback
List all feedback (including text content) attached to a conversation.
This is the only endpoint that returns other users’ feedback content on
shared conversations — the project-level /feedbacks/ list stays scoped
to the caller’s own feedback for non-admins.
Access Control:
- Admins can read feedback of any conversation
- Other members can read feedback of their own conversations or of shared conversations
- Supports impersonation: visibility is evaluated for the impersonated user
Authorizations
Use Authorization: Bearer
Headers
Email of the user to impersonate. Requires CAN_IMPERSONATE_OTHER_USERS permission.
If the target user is not found or does not have access to the project, the request
proceeds as the authenticated user. Contact Clarifeye to enable this permission.
Path Parameters
UUID of the project
UUID of the conversation
Response
Feedback list for the conversation
User who submitted the feedback
to_review: Feedback pending review (default)reviewed: Feedback has been reviewed
to_review, reviewed Feedback text comment
Free-form context, echoed back as submitted at creation. Conversation feedback carries conversation_id/query_id/source; MCP interaction feedback carries user_query; direct feedback may carry additional_details.
true: Positive feedbackfalse: Negative feedbacknull: Neutral
The user message that was responded to (computed field)
Title of the conversation (computed field)
Auto-generated suggested action type
Auto-generated suggested action data