v4
latestOpenAPI 3.1.02026-08-019681,1012.0 MBscorer-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