Explore Plans
Mobile menu Close menu
ClickUp

Find tasks

This query returns tasks from a list.

Developer info

API endpoint slug
clickup.find_tasks
Runtime method
performQuery("clickup.find_tasks"}

Query fields

List Dropdown list

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

Ingredients

Task name The name of the task.

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

Task The ID of the task.

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

Description The description of the task.

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

Text content The text content of the task.

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

Status name The name of the status.

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

Status type The type of the status.

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

Priority The priority of the task.

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

Comma separated tags Any tags on the card, comma separated.

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

Date created The 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+05:00

Date updated The 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+05:00

Date closed The 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+05:00

Creator name The name of the task creator.

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

Creator The ID of the task creator.

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

Order index The order index of the task within its list.

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