v6

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0182128753.1 KB
Feedback

Submit Message Feedback

Available for: Chatflow, Chatbot, Agent, Text Generator apps.

Records a like or dislike rating, plus an optional comment, on a message. Submitting null for rating revokes the message's existing feedback.

post/messages/{message_id}/feedbacks

Path parameters

message_idstring uuid required

ID of the message to give feedback on. Get message IDs from List Conversation Messages.

Request body

rating'like' | 'dislike' | 'null' nullable

Feedback rating. Set to null to revoke previously submitted feedback.

userstring required

End-user identifier, defined by your app and unique within it. Must match the user that received the message, since feedback is scoped to that end user. See End User Identity.

contentstring

Optional text feedback providing additional detail.

Response

Operation successful.

resultstring

Operation result. Always success.