Tasks
task_list
List tasks filtered by workstream, assignee, or status
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List tasks filtered by workstream, assignee, or status
| Parameter | Type | Required | Description |
|---|---|---|---|
workstream_id | string | No | Filter to one workstream |
assignee_session | string | No | Filter to a specific session’s assigned tasks |
status | string | No | todo, in_progress, blocked, done, cancelled |
limit | number | No | Max rows |
{
"tool": "task_list",
"arguments": { "workstream_id": "ws_42", "status": "todo" }
}