get-run
Retrieve details of a specific MLflow run using its run ID. Optionally extract specific fields to reduce response size.
Instructions
Get run details by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Run ID | |
| extractFields | No | Comma-separated dotted paths with `*` wildcard (e.g. 'runs.*.info.run_id'). Reduces response tokens. |