Tasks
List tasks
Retrieve a page of tasks visible to the access key’s owner.
GET
Requires
Tasks are ordered newest first by creation time, with ID as a tie-breaker.
This endpoint has no status or assignee filter.
tasks:read. Owners and admins can access workspace tasks. Regular
members see tasks they created or are assigned to. The key owner’s current
membership and role are checked on each request.
integer
default:25
Number of tasks per page, capped at 100.
string
Opaque
next_cursor from the previous page. Keep other filters unchanged.boolean
default:false
Include archived tasks when set to
true.object[]
Visible tasks. See task response formats.
boolean
Whether another page is available.
string | null
Cursor for the next request, or
null on the last page.