Skip to main content
POST
Submit thumbs up/down feedback on a completed agent run

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.

Path Parameters

runId
string<uuid>
required

Body

application/json
thumbsUp
boolean
required

True for a thumbs up, false for a thumbs down.

comment
string

Optional free-text comment accompanying the rating.

Response

Feedback recorded.