quire.listProjects
Retrieve all projects you have access to, with optional filters for organization, archived status, or write permission.
Instructions
List all projects accessible to the current user. Optionally filter by organization, archived status, or write access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | No | Filter projects by organization ID or OID (optional). If not provided, returns all accessible projects. | |
| archived | No | Whether to include archived projects. By default, archived projects are excluded. | |
| addTask | No | Whether to return only projects to which you can add tasks. Default: false. |