list_labels
List labels assigned to a repository, with pagination to control the number of results returned.
Instructions
List labels for a repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 25, max: 100). | |
| start | No | Start index for pagination (default: 0). | |
| project | No | Project key. Defaults to BITBUCKET_DEFAULT_PROJECT. | |
| repository | Yes | Repository slug. |