v1

latestOpenAPI 3.1.02026-08-066484183.6 MB
Task Lists

Get task lists

Returns a paginated list of task lists — the task groupings inside a project's folders. By default, task lists that belong to project templates are excluded; filtering by a specific project returns its task lists even when that project is a template. Supports filtering by project, folder, status, and free-text query, and sorting by board, folder, project, or company name.

get/api/v2/task_lists

Query parameters

sortstring[]

Sort task list

OR

Filters

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

Headers

X-Organization-Idstring required

Organization ID

Response

Collection task list