get_completed_tasks
Retrieve completed Todoist tasks with filtering by project, section, date range, or other criteria to track productivity and review past work.
Instructions
Get completed tasks from Todoist with filtering options
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Filter by specific project ID | |
| section_id | No | Filter by specific section ID | |
| parent_id | No | Filter by specific parent task ID | |
| since | No | Return tasks completed since this date (YYYY-MM-DD format) | |
| until | No | Return tasks completed until this date (YYYY-MM-DD format) | |
| limit | No | Number of tasks to return (max 200) | |
| offset | No | Offset for pagination | |
| annotation_type | No | Filter by annotation type |