get-metric-history
Retrieve the full history of a specific metric for a given MLflow run. Supports pagination to handle large datasets.
Instructions
Get full history of a metric for a run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | ||
| metricKey | Yes | Metric name | |
| pageToken | No | ||
| maxResults | No |