v4

latestOpenAPI 3.1.02026-08-019681,1012.0 MB
scorer-feedback

Get Scorer Feedback

Gets all feedback items for the active queue of a scorer.

Returns enriched feedback items including:

  • Basic feedback data (original/annotated values, rationale)
  • Project and run names
  • ClickHouse record data (input/output)
  • Queue metadata (status, id)

If no active queue exists for the scorer, returns empty list with null queue_id/status.

Validation:

  • User has access to the scorer

Errors:

  • 404 - Scorer not found or user doesn't have access
get/scorer-feedbacks/scorer/{scorer_id}

Path parameters

scorer_idstring uuid4 required

Response

Successful Response

queue_idstring uuid4 nullable

ID of the active queue, null if no active queue

queue_status'pending' | 'generating' | 'reviewing' | 'completed'

Status of a scorer feedback queue throughout its lifecycle.

generation_task_idstring nullable

Task ID for polling prompt generation, present when status is 'generating'

generation_error_messagestring nullable

Error message from the last failed generation attempt

total_countinteger required

Total number of feedback items in the active queue

restricted_feedbackboolean

True when the active queue contains one or more feedback items the caller cannot view (hidden because they originate from a project the caller has no view access to)