bitbucket_get_tags
Retrieve and filter repository tags with commit hashes. Search tags by name and manage results with pagination for efficient version tracking.
Instructions
List tags in a repository.
Returns tags with their associated commit hash. Use filter_text to search
for tags by name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | The project key | |
| repository_slug | Yes | The repository slug | |
| filter_text | No | Filter tags by name (substring match) | |
| order_by | No | ALPHABETICAL or MODIFICATION | |
| start | No | Pagination start index | |
| limit | No | Max results (1-1000) |