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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

List Repositories in a group using REST API

How to get the list of repositories in bitbucket group using rest API..?

 

 

 

1 answer

0 votes
Syahrul
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jul 27, 2022

Hi @Shahid Badusha 

Welcome to the community!

I suggest you check our API documentation to find any available API you can use in the Bitbucket cloud.

That said, if you wish to get the list of repositories in a Workspace, you can use the following List of repositories in a Workspace endpoint for example:

CURL
curl -X GET -u username:password "https://api.bitbucket.org/2.0/repositories/<workspace-ID>/?pagelen=10"

The above curl commands will return all repositories listed for your workspace.

Hope this helps

Cheers,
Syahrul

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events