Top Todoist automations
Explore Plans
Mobile menu Close menu
TodoistTodoist

History of tasks created

This query returns a list of every time you create a new task in Todoist.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This query returns a list of every time you create a new task in Todoist.
API endpoint slug
todoist.history_of_tasks_created
Runtime method
performQuery("todoist.history_of_tasks_created")

Query fields

Project ID Dropdown list

Label
Project to watch
Helper text
Configure this trigger to fire only when a task is created in the specified project.
Slug
project_id
Required
true
Can have default value
false

Ingredients

Task contentContent of the task.

Slug
task_content
Filter code
Todoist.historyOfTasksCreated.TaskContent
Type
String
Example
Pay telephone bill

Link to taskThe URL of the task​.

Slug
link_to_task
Filter code
Todoist.historyOfTasksCreated.LinkToTask
Type
Web URL
Example
https://todoist.com/showTask?id=999

ProjectProject to which the task belongs.

Slug
project
Filter code
Todoist.historyOfTasksCreated.Project
Type
String
Example
Household Tasks

LabelsLabels assigned to the task.

Slug
labels
Filter code
Todoist.historyOfTasksCreated.Labels
Type
String
Example
to_follow_up

PriorityPriority of the task.

Slug
priority
Filter code
Todoist.historyOfTasksCreated.Priority
Type
String
Example
Priority 1

Created atDate and time the task was created.

Slug
created_at
Filter code
Todoist.historyOfTasksCreated.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Due dateDue date of the task.

Slug
due_date
Filter code
Todoist.historyOfTasksCreated.DueDate
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00