Skip to content

Browse Projects

Open the project index, narrow the project collection, and choose the next planning 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 project collection endpoint when you need a read-only project list in automation.

What you'll finish here
  • Open the project index.
  • Filter by status or ownership.
  • Move from the index into project detail.

Where this happens

LabelValueNotes
EndpointGET /api/v1/workspaces/{workspaceId}/projectsProject 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. Send a bearer token with `projects.read`.
  2. 2. Add a `status` query parameter when the full visible collection is larger than necessary.
  3. 3. Read the project ids you need for related task creation or project navigation.
  4. 4. Switch to the browser project detail page when the list response is no longer enough.