list_completed_tasks
Retrieve completed Todoist tasks from a specified time period, with options to filter by project and limit results.
Instructions
List completed tasks from Todoist within a timespan. Default is last 24 hours.
Prefer not to provide `since` and `until` if you want to pull tasks from the last 24 hours.
Args:
project_name: Filter tasks by project name (optional)
since: Start date in ISO format (YYYY-MM-DD) in the user's timezone (optional)
until: End date in ISO format (YYYY-MM-DD) in the user's timezone (optional)
limit: Maximum number of tasks to return (default 30, max 200)
Returns:
Dict containing list of completed tasks or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | No | ||
| since | No | ||
| until | No | ||
| limit | No |