search-runs
Search MLflow runs using filter expressions and pagination. Retrieve runs by experiment, metrics, or parameters.
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. |