agent-team-task-list
Original:🇺🇸 English
Translated
agent-team: List tasks with optional run, agent, or status filters.
4installs
Sourcetae2089/agent-team
Added on
NPX Install
npx skill4agent add tae2089/agent-team agent-team-task-listTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →task list
PREREQUISITE: Read.../agent-team-shared/SKILL.md
List tasks for planning, assignment, worker pickup, or operational review.
Usage
bash
agent-team task list [--run RUN_ID] [--agent AGENT] [--status STATUS] [--limit N] [--after-version VERSION]Flags
| 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. |
Examples
bash
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}'Output
- : array of task records.
data.tasks
Errors
| Code | Meaning | Action |
|---|---|---|
| Same value supplied by flag and JSON. | Provide the value once. |
See Also
- agent-team-task-show
- agent-team-run-status