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

How to find number of repositories?

Reneesh Kottakkalathil
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 30, 2023

How do I find the number of repositories in Bitbucket Server 6.7? Please help.

2 answers

2 accepted

1 vote
Answer accepted
Ulrich Kuhnhardt _IzymesCo_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
August 30, 2023
curl -u admin_user:admin_pw --request GET \ --url 'http://{baseurl}/rest/api/latest/repos' \ --header 'Accept: application/json'

 Here is the REST API documentation https://developer.atlassian.com/server/bitbucket/rest/v811/api-group-repository/#api-api-latest-repos-get

0 votes
Answer accepted
Reneesh Kottakkalathil
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 31, 2023

Thank you @Ulrich Kuhnhardt _IzymesCo_ 

I got help from support and we can find it from the GUI.

Admin > Support > Troubleshooting and support tools > System Information > Repositories

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events