Skip to main content
POST
Submit or update feedback

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-project-id
string
required

Project identifier

Path Parameters

session_id
string
required

Session ID

turn_id
string
required

Turn ID

Body

application/json

Request body for POST .../turns/{turn_id}/feedback.

rating
enum<string>
required

thumbs_up or thumbs_down

Available options:
thumbs_up,
thumbs_down
comment
string | null

Optional comment

Maximum string length: 2000

Response

Feedback updated

Feedback for a turn (POST 200/201, GET 200).

feedback_id
string
required
turn_id
string
required
rating
string
required
comment
string | null
required
created_at
string
required
updated_at
string
required