workflow_list
List and filter CC ultracode/Workflow runs tracked by AI Team OS. Filter by status, project, or limit results to diagnose agent counts, dynamic fan-out nodes, or reconcile offline runs.
Instructions
List CC ultracode/Workflow runs tracked by the OS observability layer.
planned_agent_count is a STATIC LOWER BOUND (literal agent() calls in the launch script), not a target. dynamic_nodes counts the fan-out nodes (pipeline / .map / while) whose width is only known at runtime, so a run with dynamic_nodes > 0 legitimately ends with agent_count > planned_agent_count - that is expected, not a miscount. planned_agent_count == 0 means no static parse was recorded (typically a run ingested by offline file reconcile), i.e. the plan is unknown rather than zero.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of runs to return (default 20). | |
| status | No | Filter by status: "planned" / "running" / "completed" / "interrupted" (empty = all). | |
| project_id | No | Filter by project ID (empty = all projects). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||