> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enagrams.com/llms.txt
> Use this file to discover all available pages before exploring further.

# task_list

> List tasks filtered by workstream, assignee, or status

## Overview

Find something to claim, check what's blocking completion, or audit workstream progress.

## Parameters

| 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                                              |

## Example

```json theme={null}
{
  "tool": "task_list",
  "arguments": { "workstream_id": "ws_42", "status": "todo" }
}
```
