wrike_list_tasks
List Wrike tasks with optional filters for folder, status, assignee, and date ranges to find specific work items.
Instructions
List all tasks with optional filters (folder, status, assignee, date ranges, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of tasks to return | |
| fields | No | Additional fields to include | |
| status | No | Filter by status (Active, Completed, Deferred, Cancelled) | |
| authors | No | Filter by author user IDs | |
| folderId | No | Filter by folder ID | |
| dueDateEnd | No | Due date range end (YYYY-MM-DD) | |
| importance | No | Filter by importance (High, Normal, Low) | |
| descendants | No | Include tasks from subfolders | |
| dueDateStart | No | Due date range begin (YYYY-MM-DD) | |
| responsibles | No | Filter by responsible user IDs | |
| startDateEnd | No | Start date range end (YYYY-MM-DD) | |
| startDateStart | No | Start date range begin (YYYY-MM-DD) | |
| updatedDateEnd | No | Updated date range end (ISO 8601) | |
| updatedDateStart | No | Updated date range begin (ISO 8601) |