Feedback

List all chat message feedbacks for a chatflow

get

Retrieve all feedbacks for a chatflow

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Chatflow ID

Query parameters
chatIdstringOptional

Chat ID to filter feedbacks (optional)

sortOrderstring · enumOptional

Sort order of feedbacks (optional)

Default: ascPossible values:
startDatestring · date-timeOptional

Filter feedbacks starting from this date (optional)

endDatestring · date-timeOptional

Filter feedbacks up to this date (optional)

Responses
200

Successful operation

application/json
get
/feedback/{id}

Create new chat message feedback

post

Create new feedback for a specific chat flow.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidOptional

Unique identifier for the feedback

chatflowidstring · uuidOptional

Identifier for the chat flow

chatIdstringOptional

Identifier for the chat

messageIdstring · uuidOptional

Identifier for the message

ratingstring · enumOptional

Rating for the message

Possible values:
contentstringOptional

Feedback content

createdDatestring · date-timeOptional

Date and time when the feedback was created

Responses
200

Feedback successfully created

application/json
post
/feedback

Update chat message feedback

put

Update a specific feedback

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Chat Message Feedback ID

Body
idstring · uuidOptional

Unique identifier for the feedback

chatflowidstring · uuidOptional

Identifier for the chat flow

chatIdstringOptional

Identifier for the chat

messageIdstring · uuidOptional

Identifier for the message

ratingstring · enumOptional

Rating for the message

Possible values:
contentstringOptional

Feedback content

createdDatestring · date-timeOptional

Date and time when the feedback was created

Responses
200

Feedback successfully updated

application/json
put
/feedback/{id}

Last updated