List repo filter options
List the distinct facet values (providers, VCS instances, and namespace values) across the organization’s repos, scoped by the given filters.
Used to populate the repos faceted filters. Each facet reflects every
filter except its own dimension, so alternative values stay visible (e.g.
the returned providers list isn’t narrowed by the provider filter
itself). namespace_values cascades: it returns the values one level below
namespace, so drilling into a namespace reveals the next level.
Declared before the ”//” route so the literal “filter-options” segment is not captured as a repo name.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Scope to repos with this VCS provider.
github, gitlab, bitbucket, bitbucket_cloud, bitbucket_dc, azure-devops, azure_devops_services, azure_devops_server, circleci, git, subversion Scope to repos with this VCS instance/host.
Scope to repos nested under this '/'-separated namespace prefix, e.g. platform/backend. The returned namespace_values are the distinct values one level below this prefix.
Scope to repos matching this tag key or key:value. Can be repeated.
Response
Successful Response