Skip to main content
POST
Create Chat Message Feedback

Authorizations

x-api-key
string
header
required

Body

application/json

Model for creating feedback.

message_id
string
required
source
string
required

The source of the feedback, e.g., 'chat' or 'flow'

feedback_details
ChatMessageFeedbackUpdate · object
required

Model for updating chat message feedback.

Response

Successful Response

Model for chat message feedback.

portkey_trace_id
string
required
user_id
string<uuid>
required
organization_id
string<uuid>
required
id
string<uuid> | null
human_message_id
string<uuid> | null
ai_message_id
string<uuid> | null
flow_execution_id
string<uuid> | null
feedback_type
enum<string> | null

Enum for feedback types.

Available options:
positive,
negative
issue_type
string | null
comment
string | null
portkey_synced
boolean
default:false
portkey_sync_timestamp
string<date-time> | null
created_at
string<date-time> | null
updated_at
string<date-time> | null