Feedback

Get Feedback by Run ID

get

Retrieve feedback for a specific run. Returns null if no feedback exists.

Authorizations
x-api-keystringRequired
Path parameters
runIdstringRequired

UUID of the run to get feedback for

Responses
200

Feedback retrieved successfully or null if not found

application/json
get
/v1/feedback/run/{runId}

Upsert Feedback

put

Create or update feedback for a specific run

Authorizations
x-api-keystringRequired
Path parameters
runIdstringRequired

UUID of the run to provide feedback for

Body
ratingstring · enumOptional

Required when creating new feedback

Possible values:
commentstringOptional
Responses
200

Feedback successfully created or updated

application/json
put
/v1/feedback/run/{runId}

Get Feedback by ID

get

Retrieve feedback by its ID

Authorizations
x-api-keystringRequired
Path parameters
feedbackIdstringRequired

UUID of the feedback to retrieve

Responses
200

Feedback retrieved successfully

application/json
get
/v1/feedback/{feedbackId}

Last updated