search-experiments
Search MLflow experiments using filter expressions, pagination, sorting, lifecycle stage filters, and field extraction to reduce response tokens.
Instructions
Search experiments with filter and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter expression, e.g. "name LIKE '%demo%'" | |
| maxResults | No | Max results (default 100) | |
| orderBy | No | Sort fields, e.g. ['name ASC'] | |
| pageToken | No | Pagination token | |
| viewType | No | Lifecycle stage filter | |
| extractFields | No | Comma-separated dotted paths with `*` wildcard (e.g. 'experiments.*.experiment_id'). Reduces response tokens. |