/bitbucket/repositories/search
List repositories of a Bitbucket workspace with optional query filter and sort
Price: 10 credits per 100 results
💡 AI Hint: List the public repositories of a Bitbucket workspace by workspace slug. Optionally filter with a Bitbucket query expression (e.g. ‘language=“python”’, ‘name~“api”’, ‘updated_on>2024-01-01’) and sort by updated, created, name, or size. Returns full repository objects: uuid, name, description, language, privacy, timestamps, owner, project, clone URL, and avatar.
⚠️ Common errors: 412: Workspace not found
Authorizations
API token from the dashboard
Headers
Body
Workspace slug or UUID to search repositories within
1"atlassian"
"bitbucketpipelines"
Number of repositories to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Bitbucket query filter over repository fields, e.g. 'language="python"', 'name~"api"', 'updated_on>2024-01-01', combinable with AND/OR
"language=\"javascript\""
Sort repositories by this field
-updated_on, updated_on, -created_on, created_on, name, -name, -size, size Response
Successful Response