List of tasks

get_tasks(token = get_todoist_api_token())

Arguments

token

token

Value

list of all tasks

Examples

if (FALSE) { # Set API key first set_todoist_api_token() # Get all tasks tasks <- get_tasks() }