search-traces
Search traces in MLflow experiments with filters, ordering, and pagination. Use filter expressions like 'tags.user = \'alice\'' and maxResults to control output.
Instructions
Search and filter traces in experiments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| experimentIds | No | Experiment IDs (defaults to MLFLOW_EXPERIMENT_ID) | |
| filter | No | Filter expression, e.g. "tags.user = 'alice'" | |
| maxResults | No | Max results per page (default 100). MLflow 3.12+ server-side cap = 500; use pageToken to paginate beyond. | |
| orderBy | No | ||
| pageToken | No | ||
| extractFields | No | Comma-separated dotted paths with `*` wildcard, e.g. "traces.*.trace_id". |