Browse Projects
Open the project index, narrow the project collection, and choose the next planning action.
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
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. Send a bearer token with `projects.read`.
- 2. Add a `status` query parameter when the full visible collection is larger than necessary.
- 3. Read the project ids you need for related task creation or project navigation.
- 4. Switch to the browser project detail page when the list response is no longer enough.