Best ClickUp automations
Explore Plans
Mobile menu Close menu
ClickUpClickUp

Find tasks

This query returns tasks from a list.

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 tasks from a list.
API endpoint slug
clickup.find_tasks
Runtime method
performQuery("clickup.find_tasks")

Query fields

List ID Dropdown list

Label
Which list?
Slug
list_id
Required
true
Can have default value
false

Ingredients

Task nameThe name of the task.

Slug
name
Filter code
Clickup.findTasks.TaskName
Type
String
Example
My First Task

Task IDThe ID of the task.

Slug
task_id
Filter code
Clickup.findTasks.TaskId
Type
String
Example
av1

DescriptionThe description of the task.

Slug
description
Filter code
Clickup.findTasks.Description
Type
String
Example
Task description

Text contentThe text content of the task.

Slug
text_content
Filter code
Clickup.findTasks.TextContent
Type
String
Example
Task description

Status nameThe name of the status.

Slug
status_name
Filter code
Clickup.findTasks.StatusName
Type
String
Example
Open

Status typeThe type of the status.

Slug
status_type
Filter code
Clickup.findTasks.StatusType
Type
String
Example
custom

PriorityThe priority of the task.

Slug
priority
Filter code
Clickup.findTasks.Priority
Type
String
Example
1

Comma separated tagsAny tags on the card, comma separated.

Slug
comma_separated_tags
Filter code
Clickup.findTasks.CommaSeparatedTags
Type
String
Example
tag1,tag2

Date createdThe date and time the task was created.

Slug
date_created
Filter code
Clickup.findTasks.DateCreated
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Date updatedThe date and time that the task was updated.

Slug
date_updated
Filter code
Clickup.findTasks.DateUpdated
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Date closedThe date and time the task was closed.

Slug
date_closed
Filter code
Clickup.findTasks.DateClosed
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Creator nameThe name of the task creator.

Slug
creator_name
Filter code
Clickup.findTasks.CreatorName
Type
String
Example
John Doe

Creator IDThe ID of the task creator.

Slug
creator_id
Filter code
Clickup.findTasks.CreatorId
Type
String
Example
123

Order indexThe order index of the task within its list.

Slug
order_index
Filter code
Clickup.findTasks.OrderIndex
Type
String
Example
1.0000