get_task: Get a single task by ID

View source: R/tasks.R

get_taskR Documentation

Get a single task by ID

Description

Get a single task by ID

Usage

get_task(task_id, token = get_todoist_api_token())

Arguments

task_id

id of the task

token

todoist API token

Value

list with task details

Examples

## Not run: 
get_task("12345")

## End(Not run)

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