list_repositories
List all repositories in a Bitbucket project with pagination using start and limit parameters.
Instructions
List all repositories in a project (paginated).
Args: project_key: The project key. start: Page start index (default 0). limit: Number of results per page (default 25, max 1000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | ||
| start | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |