summarize-run
Aggregate run details, metric history, and artifacts in one call, reducing multiple API round-trips for streamlined analysis.
Instructions
Aggregated run view: run info + (optional) metric history + (optional) artifacts list in a single call. Replaces 3-4 round-trips of get-run + get-metric-history (per metric) + list-artifacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Run ID | |
| includeMetricHistory | No | Include time-series metric history (default false — set true for plot-ready data) | |
| metricKeys | No | Specific metric keys to fetch history for (default: all metrics on the run) | |
| includeArtifacts | No | Include artifacts file list (default true) | |
| artifactPath | No | Optional sub-path within artifacts to list | |
| extractFields | No | Comma-separated dotted paths to project from response. Use `*` as wildcard. |