search-runs
Filter and search MLflow runs by experiment IDs, metrics, and parameters. Paginate results using page token and control sorting order.
Instructions
Search runs with filter expression and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| experimentIds | No | Experiment IDs (defaults to MLFLOW_EXPERIMENT_ID) | |
| filter | No | Filter expression, e.g. "metrics.rmse < 1" | |
| runViewType | No | ||
| maxResults | No | Max results (default 100) | |
| orderBy | No | Sort fields, e.g. ['metrics.rmse ASC'] | |
| pageToken | No | ||
| extractFields | No | Comma-separated dotted paths with `*` wildcard (e.g. 'runs.*.info.run_id'). Reduces response tokens. |