list_tasks
Filter and retrieve tasks by sender, recipient, status, or date for multi-agent coordination workflows.
Instructions
List tasks, optionally filtered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sender | No | Filter by sender role code (case-insensitive). | |
| recipient | No | Filter by recipient role code. Matches ``to-ROLE``, ``to-ROLE.SLOT``, and ``to-TEAM`` broadcasts. | |
| status | No | ``open`` (default), ``archived``, or ``all``. | open |
| date | No | Filter by YYYYMMDD date stamp. | |
| limit | No | Maximum number of rows to return (0 = no limit). | |
| offset | No | Number of rows to skip before returning. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |