Skip to main content
GET
List tasks

Authorizations

X-API-KEY
string
header
required

Query Parameters

limit
integer

Maximum number of tasks to return

nextToken
string

Pagination cursor returned by a previous list response

createdBy
string

Filter tasks by the id of the internal user that created them

parentTaskId
string

Filter to the subtasks of the given parent task id

status
enum<string>

Filter tasks by status

Available options:
todo,
inProgress,
completed
clientId
string

Filter tasks by the id of the assigned client

internalUserId
string

Filter tasks by the id of the assigned internal user

companyId
string

Filter tasks by the id of the assigned company

Response

OK

data
object[]
nextToken
string

base64 encoded JSON representing a NextToken