List Feedbacks

List feedback items with computed variables and flexible filtering.

This endpoint merges data from:

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

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

Filtering Options:

  • feedback_id: Filter by specific feedback ID (optional)
  • experiment_id: Filter by experiment ID (optional)
  • experiment_run_id: Filter by experiment run 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!