agentgraph list gives you a table of every run in your runs directory, with status, DAG name, start time, and a node count breakdown. agentgraph resume is a shorthand that continues a run from where it left off — useful after an approval gate is cleared or after a crash.
- list
- resume
agentgraph list
List all runs in the runs directory, ordered by most recent first.Flags
string
default:"runs"
Directory containing run subdirectories to scan.
string
Filter results to runs matching a derived status. Options:
completed, paused, partial, failed.number
default:"20"
Maximum number of rows to display.
Examples
Output table
list prints a table with one row per run: