bitbucket_get_repositories
Retrieve repositories from a Bitbucket project to access and manage code repositories through paginated results.
Instructions
Get repositories for a Bitbucket project.
Lists all repositories within the specified project that the authenticated user has access to.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | The project key (e.g. 'PROJ') | |
| start | No | Pagination start index | |
| limit | No | Max results to return (1-1000) |