backlog_get_projects
Retrieve a list of Backlog projects with pagination and filtering. Supports viewing all projects, archived ones, or only those the user has joined.
Instructions
Performs list project get using the Backlog Projects get API. Supports pagination, content filtering. Maximum 20 results per request, with offset for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Only applies to administrators. If true, it returns all projects. If false, it returns only projects they have joined (set to false by default). | |
| archived | No | For unspecified parameters, this form returns all projects. For false parameters, it returns unarchived projects. For true parameters, it returns archived projects. |