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

NameTypeRequiredDescription
projectIdstring (uuid)YesThe project to list tasks for.

Query parameters

NameTypeRequiredDescription
pageintegerNo1-indexed page number. Defaults to 1.
pageSizeintegerNoRows per page, maximum 500.

See Pagination → for looping through X-Total-Count and detecting torn reads.