listWorkspaces
Retrieve Bitbucket workspaces the user can access. Supports pagination and an option to fetch up to 1000 items.
Instructions
List Bitbucket workspaces the user has access to
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | When true (and no page is provided), automatically follows Bitbucket next links to return all items up to 1000. | |
| page | No | Bitbucket page number to fetch (1-based). | |
| pagelen | No | Number of items per page (Bitbucket pagelen). Defaults to 10 and caps at 100. |