query_task_history
Retrieve completed, abandoned, or deleted tasks with flexible filters including date, project, tags, and more. Find specific historical tasks using fine-grained search parameters.
Instructions
Query completed, abandoned, or deleted task history with the same fine filters.
[Category: Query & Search] [Auth: V2]
[Related: get_completed_tasks, get_deleted_tasks, query_tasks]
Multi-value filters accept either a list or a single string.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| history_source | Yes | ||
| from_date | No | ||
| to_date | No | ||
| project_ids | No | ||
| project_names | No | ||
| folder_ids | No | ||
| folder_names | No | ||
| tags | No | ||
| tag_mode | No | any | |
| text_query | No | ||
| keyword_mode | No | any | |
| regex | No | ||
| exclude_regex | No | ||
| search_fields | No | ||
| due_from | No | ||
| due_to | No | ||
| start_from | No | ||
| start_to | No | ||
| modified_from | No | ||
| modified_to | No | ||
| created_from | No | ||
| created_to | No | ||
| time_from | No | ||
| time_to | No | ||
| timed_only | No | ||
| all_day | No | ||
| min_priority | No | ||
| priorities | No | ||
| has_reminders | No | ||
| is_recurring | No | ||
| has_checklist | No | ||
| parent_only | No | ||
| subtasks_only | No | ||
| limit | No | ||
| sort_by | No | completedTime | |
| descending | No |