list_projects
Retrieve all Stitch projects you can access, defaulting to those you own. Optionally filter by view to list only owned or shared projects.
Instructions
Lists all Stitch projects accessible to the user. By default, it lists projects owned by the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Optional. A filter to apply to the list of projects, following a subset of AIP-160. This service supports filtering on the `view` field. Supported filters: * `view=owned`: Lists only projects owned by the user. This is the default behavior if no filter is specified. * `view=shared`: Lists only projects shared with the user. Example: `view=owned` |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projects | No | The projects for the given user, sorted by update time from the most recent to the least recent. Adding a new session to an existing project is considered as an update to the project. |