get-experiment
Retrieve details of an MLflow experiment using its experiment ID. Optionally extract specific fields to reduce response size.
Instructions
Get experiment details by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| experimentId | No | Experiment ID (defaults to MLFLOW_EXPERIMENT_ID) | |
| extractFields | No | Comma-separated dotted paths with `*` wildcard (e.g. 'experiments.*.experiment_id'). Reduces response tokens. |