Tasks
Get tasks
Returns a paginated list of tasks — the assignable work items inside a project's task lists. Supports filtering by project, task list, folder, parent task, assignee, creator, workflow status, dates (created, due, start, closed, last activity), tags, custom fields, subscribers, dependencies, and free-text query. Sortable by task number, due date, start date, last activity, placement, and workflow status.
get/api/v2/tasks
Query parameters
sortstring[]
Sort task
Filters
{
"closed": {
"eq": false
},
"project_id": [
123
]
}Headers
X-Organization-Idstring required
Organization ID
Response
Collection task