v1
latestOpenAPI 3.1.02026-07-24770322.0 KBList Tasks
This API endpoint retrieves tasks in a workspace.
get/v1/tasks
Query parameters
limitinteger
Max number of records to fetch.
nextTokenstring
Next token for pagination.
createdBystring
The creator of the tasks in order to filter the list response.
parentTaskIdstring
The parent task id.
statusstring
The status of the tasks in order to filter the list response, one of todo/inProgress/completed.
clientIdstring
the recipient client id
internalUserIdstring
the recipient internal user id
companyIdstring
the recipient company id
Response
200
Example response
{
"data": [
{
"clientId": "9eee4ba8-0b5e-47c6-8a4b-53022fbc7875",
"companyId": "122341fa-wgj5-32hn-34hs-9023jnmgas0b",
"createdBy": "27024189-ea18-40a7-a5cf-48579c352dee",
"createdDate": "2025-05-06T15:22:37Z",
"creatorType": "internalUser",
"description": "Task desc",
"id": "eddeb6a1-dfd7-4a60-9c8c-38ceed09bde9",
"label": "POC-013",
"name": "Task from marketplace api",
"object": "task",
"source": "api",
"status": "todo"
}
]
}