List Scores

List score items with computed variables and flexible filtering.

This endpoint merges data from:

  • dataset_items table (model_input, model_output)
  • evaluators table (evaluation_config)
  • evaluation_runs table (variable_mapping_container)

Variables are computed based on the variable mappings defined in evaluation runs.

Filtering Options:

  • score_id: Filter by specific score ID (optional)
  • evaluator_version_id: Filter by evaluator version ID (optional)
  • dataset_item_id: Filter by dataset item ID (optional)
  • min_score: Minimum score threshold (inclusive, optional)
  • max_score: Maximum score threshold (inclusive, optional)
  • metric_name: Filter by metric name (optional)
  • page: Page number for pagination
  • size: Number of items per page

Note: This endpoint always includes computed variables.

Language
Click Try It! to start a request and see the response here!