v4

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

Get Validation Results

Poll autotune validation results for a feedback queue.

Returns one row per feedback item with the new scorer output joined in from the metrics testing run. Used by the UI for the 3-column comparison table: Original Value | Expected (Annotated) | New Result.

Pollable: Returns status=pending with null scores while validation is running. Transitions through pending → in_progress → completed as scores arrive.

Args:

  • metrics_testing_run_id: Optional metrics testing run ID (from validate response). When provided, fetches scored records and joins with feedback items.

Errors:

  • 404 - Queue not found or user doesn't have access
get/feedback-queues/{queue_id}/validation-results

Path parameters

queue_idstring uuid required

Query parameters

metrics_testing_run_idstring uuid4 nullable

Metrics testing run ID for fetching validation scores

Metrics testing run ID for fetching validation scores

Response

Successful Response

queue_idstring uuid4 required

Queue ID

metrics_testing_run_idstring uuid4 nullable

Metrics testing run ID, null if validation not started

status'pending' | 'in_progress' | 'completed' required

Status of autotune validation scoring.

total_countinteger required

Total number of feedback items

scored_countinteger required

Number of feedback items that have been scored