Skip to main content
GET
List tasks
Requires the tasks:read scope. You must be a member of the workspace. Access-restricted members only receive tasks in their permitted lists. Passing a list_id for an inaccessible list returns 403.
This endpoint returns top-level tasks only. Each task includes its direct subtasks inline in the subtasks array.

Path parameters

string
required
The numeric workspace ID.

Query parameters

string
Filter results to a specific list. If omitted, tasks from all lists are returned.
number
default:"1"
Page number (1-based).
number
default:"50"
Number of tasks per page. Minimum 1, maximum 100.

Response

array
required
Array of task objects.
number
required
Current page number.
number
required
Number of tasks per page used for this response.
number
required
Total number of matching tasks across all pages.
number
required
Total number of pages.