OptionallimitMaximum number of results to return per page.
Bitbucket default is 25, maximum is 1000.
OptionalnameFilter by repository name. A % prefix is automatically prepended to
perform a contains-style match (e.g. 'api' → '%api').
OptionalpermissionFilter by the permission the authenticated user has on the repository.
e.g. 'REPO_READ', 'REPO_WRITE', 'REPO_ADMIN'
OptionalprojectkeyFilter by project key (exact match)
OptionalprojectnameFilter by project name (case-insensitive prefix match)
Optionalstart0-based index of the first result to return.
Use nextPageStart from the previous response to paginate forward.
OptionalstateFilter by repository state
OptionalvisibilityFilter by visibility: 'public' or 'private'
Query parameters accepted by BitbucketClient.search, which applies a
%contains-match prefix tonamebefore callingGET /rest/api/latest/repos.For a 1:1 mapping of the documented endpoint parameters use GlobalReposParams with
BitbucketClient.repos()instead.