yg_tasks_list
Retrieve tasks with filtering by column, title, assignee, completion, archive, deadline, and modification date. Supports pagination and includes deleted tasks.
Instructions
List tasks (the workhorse for watching). Server filters: columnId, title, includeDeleted, limit, offset. Client filters applied to the page: assignedTo (user id), completed, archived, deadlineBefore (ms epoch or ISO), changedAfter (ms epoch or ISO, vs task timestamp).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| title | No | ||
| offset | No | ||
| archived | No | ||
| columnId | No | ||
| completed | No | ||
| assignedTo | No | ||
| changedAfter | No | ms epoch or ISO date; keep tasks changed after this (task.timestamp). | |
| deadlineBefore | No | ms epoch or ISO date; keep tasks with deadline <= this. | |
| includeDeleted | No |