Skip to main content
PATCH
Update feedback status

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Headers

X-Impersonate-Email
string<email>

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

project_id
string<uuid>
required

UUID of the project

feedback_id
string<uuid>
required

UUID of the feedback

Body

application/json
status
enum<string>
  • to_review: Feedback pending review (default)
  • reviewed: Feedback has been reviewed
Available options:
to_review,
reviewed
feedback
string

Updated feedback text

is_positive
boolean | null

Updated sentiment

Response

Feedback updated successfully

id
string<uuid>
created_at
string<date-time>
updated_at
string<date-time>
given_by
object

User who submitted the feedback

status
enum<string>
  • to_review: Feedback pending review (default)
  • reviewed: Feedback has been reviewed
Available options:
to_review,
reviewed
feedback
string

Feedback text comment

context
object

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.

is_positive
boolean | null
  • true: Positive feedback
  • false: Negative feedback
  • null: Neutral
user_message
string

The user message that was responded to (computed field)

conversation_title
string

Title of the conversation (computed field)

suggested_action_type
string | null

Auto-generated suggested action type

suggested_action_data
object

Auto-generated suggested action data