packages

Return a list of Package Groups in a repository.

Return a list of Package Groups in a repository.

get/packages/{owner}/{repo}/groups/

Query parameters

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

group_bystring

A field to group packages by. Available options: name, backend_kind.

hide_subcomponentsboolean

Whether to hide packages which are subcomponents of another package in the results

include_connected_repositoriesboolean

If true, include packages from active connected target repositories in addition to packages from this repository. Has no effect if the repository has no active connections. Defaults to false.

querystring

A search term for querying names, filenames, versions, distributions, architectures, formats, or statuses of packages.

sortstring

A field for sorting objects in ascending or descending order. Use - prefix for descending order (e.g., -name). Available options: name, count, num_downloads, size, last_push, backend_kind.

Response

Retrieved the list of package groups.

Changes

No recorded changes to this endpoint across all 1 revision of this API.