OptionalarchivedFilter by archived status (default: 'ACTIVE')
OptionallimitMaximum number of results to return per page.
Bitbucket default is 25, maximum is 1000.
OptionalnameFilter by repository name (case-insensitive, partial match)
OptionalpermissionFilter by the permission the authenticated user has on the repository
(e.g. 'REPO_READ', 'REPO_WRITE', 'REPO_ADMIN'). When omitted, an
implicit 'read' permission (lower than REPO_READ) is assumed.
OptionalprojectkeyFilter by project key (case-insensitive match on the project key)
OptionalprojectnameFilter by project name (case-insensitive, partial match on the project
name — not its key). Projects with similar names can match more than
expected; prefer GlobalReposParams.projectkey or validate
project.key on each returned repository before processing.
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
GET /rest/api/latest/repos(global repository search).All filters are optional and sent verbatim to the API.
See
https://developer.atlassian.com/server/bitbucket/rest/v1003/api-group-repository/#api-api-latest-repos-get