/v1/experiment/{experiment_id}/summarizeSummarize an experiment
Retrieves a summary of an experiment, including its project and experiment metadata and, optionally, scores and metrics. Set summarize_scores to true to include score and metric summaries, and use comparison_experiment_id to select the experiment used for comparison. When no comparison identifier is supplied, the API falls back to the experiment metadata or the most recent experiment run in the same project.
A 400 is returned when experiment_id or comparison_experiment_id is not a valid UUID, or when the request parameters are unacceptable. comparison_experiment_id is used only when summarize_scores is true. A 401 is returned without a valid API key, a 403 indicates insufficient permission, a 429 indicates excessive request volume, and a 500 indicates an internal server error.