v4
latestOpenAPI 3.1.02026-08-019681,1012.0 MBscorer-feedback
Create Scorer Feedback
Creates a new feedback item in the global queue for the specified scorer.
Validation:
- Validates both original_value and annotated_value against scorer's output_type
- Validates scorer_version_id exists and user has access
- Validates user has access to the specified project
- Auto-creates new queue if no active queue exists for this scorer
- If active queue exists, adds feedback to that queue
Errors:
- 422 - Invalid annotated_value/original_value format or validation failure
- 404 - Project, run, scorer, or scorer_version not found
- 409 - Queue is currently locked (generating, reviewing, or completed)
post/scorer-feedbacks
Request body
Response
Successful Response