List Tags
This API operation retrieves a paginated list of all tags in a specified Bitbucket repository within a given workspace. By making a GET request to the endpoint with the workspace identifier and repository slug as path parameters, users can fetch metadata about repository tags, which are references that point to specific commits in the version control history. The response typically includes information such as tag names, target commit hashes, creation dates, and associated metadata, allowing ...