Work List
work_listList org work items (shared task queue for humans and agents).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mine | No | Only items assigned to the caller (human or agent) | |
| sort | No | Sort key | updated_at |
| limit | No | ||
| offset | No | Pagination offset | |
| assignee | No | Filter by agent name or user email | |
| sort_dir | No | asc or desc | desc |
| work_status | No | Filter by workflow status | |
| initiative_id | No | Filter to tasks linked to a strategic initiative UUID | |
| exclude_closed | No | Omit done/cancelled items (default true) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||