get_completed_tasks: Get completed tasks

View source: R/tasks.R

get_completed_tasksR Documentation

Get completed tasks

Description

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

Value

tibble of completed tasks

Examples

## Not run: 
get_completed_tasks()
get_completed_tasks(project_id = "12345")

## End(Not run)

rtodoist documentation built on Feb. 14, 2026, 5:06 p.m.