v46

latestOpenAPI 3.0.0MITraw.githubusercontent.com2026-08-0311978417.1 KB
Feedbacks

Submit feedback for a specific message in a conversation

Submit user feedback (thumbs up/down) for a specific message in a conversation. Requires authentication and update:conversation scope.

post/api/v1/w/{wId}/assistant/conversations/{cId}/messages/{mId}/feedbacks

Path parameters

wIdstring required

Workspace ID

cIdstring required

Conversation ID

mIdstring required

Message ID

Request body

thumbDirection'up' | 'down' required

Direction of the thumb feedback

feedbackContentstring

Optional feedback text content

isConversationSharedboolean

Whether the conversation is shared

Response

Feedback submitted successfully

successboolean