get_my_tasks
Retrieve tasks assigned to you across all ClickUp lists. Apply filters for status, specific list, creation/update dates, and closed tasks.
Instructions
Get tasks assigned to the current user across all lists.
Convenience wrapper around search_tasks with automatic user resolution.
Args: query: Text search query (client-side filtered — see search_tasks). status: Filter by status(es). list_id: Limit to a specific list. date_created_after: ISO date or Unix millis — only tasks created after this. date_updated_after: ISO date or Unix millis — only tasks updated after this. include_closed: Include closed/done tasks (default: false). page: Page number (0-indexed). subtasks: Include subtasks in results (default: true). Inverts search_tasks' own default, since a personal task list is mostly subtasks; pass false to match search_tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| query | No | ||
| status | No | ||
| list_id | No | ||
| subtasks | No | ||
| include_closed | No | ||
| date_created_after | No | ||
| date_updated_after | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |