# List all results Returns a list of metrics derived from the results of an experiment. Endpoint: GET /projects/{project_id}/experiments/{experiment_id}/results/ Version: 0.7.5 Security: ApiKeyAuth ## Path parameters: - `experiment_id` (string, required) - `project_id` (string, required) ## Query parameters: - `metric` (string) Filter by this type of metric. Enum: "bayesian_elo", "elo", "mean", "stats", "win_loss" - `source` (string) An optional comma-separated list of job or experiment IDs. ## Response 200 fields (application/json): - `kind` (string, required) * bayesian_elo - Elo * elo - Elo (vanilla) * mean - MOS * win_loss - Win/loss * stats - Statistics Enum: "bayesian_elo", "elo", "mean", "win_loss", "stats" - `dimension` (string,null) Used by experiments evaluating multiple criteria simultaneously. - `source` (string,null, required) Return the source of the metric (job or experiment). - `scores` (array, required) Return the scores for each method. - `options` (object, required) Front-end options.