List tasks
Returns the project’s tasks, paged. Each task carries the same shape as Get task, including its assigneeIds and predecessors.
The response carries a strong ETag. Send it back as If-None-Match on the next request — an unchanged page answers 304 Not Modified.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
projectId | string (uuid) | Yes | The project to list tasks for. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
page | integer | No | 1-indexed page number. Defaults to 1. |
pageSize | integer | No | Rows per page, maximum 500. |
See Pagination → for looping through X-Total-Count and detecting torn reads.