workflow_get
Retrieve a workflow run's archive, including totals, summary, and per-agent telemetry. Use compact view for trimmed results or full view for the complete archive.
Instructions
Get a Workflow run's archive (totals + summary/result + per-agent telemetry).
Default response is a COMPACT projection (view="compact" + hint - trimmed, NOT missing fields). A big run's full archive does not fit: a real 166-agent run measured 268,753 chars, of which prompt_preview and result_preview alone were 53%. Compact keeps every scalar on the run, excerpts its result/summary, and projects the agent rows down to identity / phase / cost / state plus the os_agent_id drill-down key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max agent rows to return in compact view (default 40) | |
| wf_id | Yes | Workflow run id (e.g. "wf_8e92fe01-67c"). | |
| fields | No | "compact" (default, trimmed rows) / "all" (full archive) | compact |
| include_agents | No | When True, also fetch the per-agent telemetry rows. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||