Feedback
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
401
Unauthorized - invalid API key
404
Run not found
get
/v1/feedback/run/{runId}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 · enumOptionalPossible values:
Required when creating new feedback
commentstringOptional
Responses
200
Feedback successfully created or updated
application/json
400
Invalid request body or parameters
401
Unauthorized - invalid API key
404
Run not found
put
/v1/feedback/run/{runId}Last updated