Skip to main content
POST
Set Session Feedback

Authorizations

X-Browser-Use-API-Key
string
header
required

Path Parameters

session_id
string<uuid>
required

Body

application/json

Set or clear thumbs feedback on one chat item of a session.

item_id is the item's stable ref as the UI renders it ("e123" — the originating event's DB id, globally unique across sessions). feedback_type: null clears the vote.

itemId
string
required
Maximum string length: 20
Pattern: ^e[1-9][0-9]{0,18}$
feedbackType
enum<string> | null
Available options:
up,
down
comment
string | null
Maximum string length: 2000

Response

Successful Response

Every vote across a session, in one request — the run view hydrates all its turns' thumb states from this once per session on load.

feedback
SessionFeedbackItem · object[]
required