weeek_list_tasks
List WEEEK tasks with server-side filters for user, project, date range, and completion. Use allPages=true with userId, startDate, endDate to retrieve every matching task across all pages.
Instructions
List WEEEK tasks with server-side filters. Set allPages=true together with userId, startDate, and endDate to fetch every matching page inside the connector without returning unrelated workspace pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| sortBy | No | ||
| userId | No | ||
| endDate | No | ||
| allPages | No | ||
| completed | No | ||
| projectId | No | ||
| startDate | No |