Skip to content

Browse Tasks

Open the main task surface, narrow the visible list, and move from the collection view into the next task action.

Best for Human member and Automation developer Updated April 3, 2026
API In this interface
4 steps Steps
3 interfaces Available in
Use this path when

Use the task collection endpoint when you need a bounded read of the current task set.

What you'll finish here
  • Open the main task list.
  • Filter the collection correctly.
  • Move from the list into detail or creation.

Where this happens

LabelValueNotes
EndpointGET /api/v1/workspaces/{workspaceId}/tasksTask collection read.

Same Task, Other Interfaces

Use the version that matches where you are working now. The subject matter stays the same; the delivery changes by surface.

Do the work

  1. 1. Call `GET /api/v1/workspaces/{workspaceId}/tasks` with a bearer token that has `tasks.read`.
  2. 2. Add `teamId`, `projectId`, or `status` filters when the full visible set is too broad.
  3. 3. Read the returned task array and choose the task id you want to inspect or patch next.
  4. 4. Use the update route when the collection read tells you a field or status change is needed.

Keep Going in Task Workflows

Stay in the same interface and move to the next closest task in this topic when needed.

Nearby Guides

These guides stay close to the current workflow so you can keep moving without restarting discovery.