v4

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

Get Feedback Counts

Get the count of feedback items in each scorer's active feedback queue.

Returns a map of scorer_id to feedback count. Scorers without an active queue (or with no feedback items) return 0.

Errors:

  • 422 - Empty scorer_ids list or invalid UUIDs
post/scorer-feedbacks/feedback-counts

Request body

scorer_idsstring[] required

List of scorer IDs to query feedback counts for

Response

Successful Response

feedback_countsobject required

Map of scorer_id to count of feedback items in the scorer's active queue. Returns 0 for scorers with no active queue.