v1

latestOpenAPI 3.1.02026-08-066484183.6 MB
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

OR

Filters

{
  "0": {
    "id": {
      "eq": "123"
    }
  },
  "$op": "and"
}
sortstring[]

Sort task

Headers

X-Organization-Idstring required

Organization ID

Response

Collection task