Get tasks

Get a list of tasks.

Options for filtering by tasks include:

  • start/due dates
  • updated time
  • created time
  • task IDs
  • keywords
  • title
  • description
  • creator user IDs
  • assignee user IDs
  • assigner user IDs
  • priority
  • status
  • has program
  • program ID
  • parent ID
  • custom properties
  • associated content (Library content)
Path Params
string
required

Space ID

Query Params
date-time

Filter by task "plannedEndDate/dueDate" (inclusive)

date-time

Filter by task "plannedEndDate/dueDate" (exclusive)

date-time

Filter by task "plannedStartDate/startDate" (inclusive)

date-time

Filter by task "plannedStartDate/startDate" (exclusive)

date-time

Filter by task "createdAt" (inclusive)

date-time

Filter by task "updatedAt" (exclusive)

date-time

Filter by task "updatedAt" (inclusive)

date-time

Filter by task "updatedAt" (exclusive)

ids
array of strings

Filter by a list of task IDs

ids
string

Filter by task title

string

Filter by task description

assigneeIds
array of strings

List of user IDs to filter by assignee

assigneeIds
priorities
array of strings

Filter by list of priorities

priorities
string

Filter by keywords in both title and description

assignerIds
array of strings

List of user IDs to filter by user that assigned the task

assignerIds
stepIds
array of int32s

Filter by status value IDs

stepIds
string

Filter by status schema IDs

string

Cursor used for pagination

int32

Number to limit returned records

sort
array of strings

Sort by query

sort
boolean

Include subtasks within the returned list

programIds
array of strings

Filter by program IDs

programIds
boolean

Filter by tasks that are associated with a program

customProperties
object

Filter by custom property values

followerIds
array of strings

List of user IDs to filter by followers

followerIds
associatedNodeIds
array of strings

List of association IDs to filter by

associatedNodeIds
creatorIds
array of strings

List of user IDs to filter by creator

creatorIds
boolean

Include association data in the response

string

List of task IDs to filter by

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json