get_run
Retrieve detailed status of a run with per-step breakdown. Use summary mode to get task counts and only failing tasks for large flows.
Instructions
Get detailed status of a run including per-step breakdown.
By default returns every task in every step — for flows with large foreach fan-outs (hundreds/thousands of tasks per step) this payload can be enormous. Pass summary=True to get per-step counts + only the failing tasks, which is usually what you want when diagnosing a failure.
Args: pathspec: Run pathspec like "FlowName/RunID". summary: If True, return per-step task counts (total/successful/failed/running) and list only failing tasks. Recommended for foreach-heavy flows. Default False preserves full per-task detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pathspec | Yes | ||
| summary | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |