list_tasks
Retrieve tasks from your workspace using filters like board, assignees, status, or due dates. Supports pagination and expanded fields.
Instructions
List tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number for paginated list endpoints. | |
| tags | No | Comma-separated tag IDs. | |
| Space | No | Optional sub-space ID for further scoping inside the workspace. | |
| board | No | Filter by board UUID. | |
| expand | No | Comma-separated list of fields to expand inline on the response (FlexFields style, e.g. `assignees,tags,time_tracking`). | |
| search | No | Search over `title` and `description`. | |
| status | No | ||
| assignees | No | Comma-separated user IDs. | |
| page_size | No | Page size for paginated list endpoints. | |
| task_type | No | ||
| Organization | No | Workspace (organization) ID the request is scoped to. | |
| due_date_after | No | ||
| due_date_before | No | ||
| start_date_after | No | ||
| start_date_before | No |