Tasks

List tasks

Get a project's board: its columns, each with the tasks in it, plus the archived and planned buckets. Filter and paginate with the query parameters.

get/task/tasks/{projectId}

Path parameters

projectIdstring required

Query parameters

statusstring
prioritystring
assigneeIdstring
pagestring
limitstring
sortBy'createdAt' | 'priority' | 'dueDate' | 'position' | 'title' | 'number'
sortOrder'asc' | 'desc'
dueBeforestring
dueAfterstring

Response

The project board

Changes