Get completed tasks
Usage
get_completed_tasks(
project_id = NULL,
since = NULL,
until = NULL,
limit = 50,
token = get_todoist_api_token()
)Arguments
- project_id
project id to filter by (optional)
- since
return tasks completed since this date (optional, format: YYYY-MM-DDTHH:MM:SS)
- until
return tasks completed until this date (optional, format: YYYY-MM-DDTHH:MM:SS)
- limit
maximum number of tasks to return (default 50, max 200)
- token
todoist API token