Rate this page:
Access the list of download links associated with the repository.
GET /2.0/repositories/{workspace}/{repo_slug}/downloads
Returns a list of download links associated with the repository.
repository
string
This can either be the repository slug or the UUID of the repository,
surrounded by curly-braces, for example: {repository UUID}
.
string
This can either be the workspace ID (slug) or the workspace UUID
surrounded by curly-braces, for example: {workspace UUID}
.
1 2 3
curl --request GET \
--url 'https://api.bitbucket.org/2.0/repositories/{workspace}/{repo_slug}/downloads' \
--header 'Authorization: Bearer <access_token>'