Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

it is posiable to clone the all repo in my account using the rest api

ambuj kumar hardeniya May 27, 2022

Hi Team,

I hope you are doing well !

Please suggest if it is possible to clone my all Repo in my account using the REST API ?

 

Thanks & Regards

Ambuj Kumar Hardeniya

 

1 answer

0 votes
Mark C
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 29, 2022

Hi @ambuj kumar hardeniya

Welcome to the community.

Unfortunately, there's no feature to clone a repository via REST API.
You can, however, download a repository using the below endpoint similar to the repository Downloads section as mentioned here.

Here are some sample CURL commands:

To download a repository by branch:

curl -L -u bb_username:app_password "https://bitbucket.org/workspace_id/repo_name/get/master.zip"

To download a repository by commit hash:

curl -L -u bb_username:app_password "https://bitbucket.org/workspace_id/repo_name/get/f223b53537cf.zip"

In the above Curl commands, please note that you'll need your Bitbucket Cloud username and an App password.

Hope it helps and let me know if you have further questions.

Regards,
Mark C

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events