Returns runs ranked by a metric aggregation (MIN, MAX, AVG, LAST, VARIANCE) using pre-computed metric summaries. Much faster than comparing individual runs. Useful for finding the best runs in a project by loss, accuracy, or any other metric.
API key obtained from the mlop dashboard
Project name
Metric name to rank by (e.g., 'train/loss', 'eval/accuracy')
Aggregation type: MIN, MAX, AVG, LAST, VARIANCE (default: LAST)
MIN, MAX, AVG, LAST, VARIANCE Sort direction: ASC (lowest first) or DESC (highest first). Default: ASC
ASC, DESC Number of runs to return (default: 20, max: 100)
Offset for pagination (default: 0)