Loading...
Loading...
agent-team: List tasks with optional run, agent, or status filters.
npx skill4agent add tae2089/agent-team agent-team-task-listPREREQUISITE: Read.../agent-team-shared/SKILL.md
agent-team task list [--run RUN_ID] [--agent AGENT] [--status STATUS] [--limit N] [--after-version VERSION]| Flag | JSON key | Required | Default | Description |
|---|---|---|---|---|
| | no | empty | Limit tasks to one run; empty means all runs. |
| | no | empty | Limit tasks to one assignee; empty means all agents. |
| | no | empty | Exact task status filter; empty means all statuses. |
| | no | | Maximum rows returned, capped at 1000. |
| | no | | Only include tasks changed after this state version. |
agent-team task list --run run_docs
agent-team task list --run run_docs --agent writer --status pending
agent-team task list --params '{"run_id":"run_docs","status":"blocked","limit":50}'data.tasks| Code | Meaning | Action |
|---|---|---|
| Same value supplied by flag and JSON. | Provide the value once. |