Retrieve package references metadata
GET
/api/v4/packages/conan/v1/conans/{package_name}/{package_version}/{package_username}/{package_channel}/search
Retrieves the metadata for all package references of a specified package. This feature was introduced in GitLab 18.0.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” package_name
required
string
The package name
Example
my-package package_version
required
string
The package version
Example
1.0 package_username
required
string
The package username
Example
my-group+my-project package_channel
required
string
The package channel
Example
stableResponses
Section titled “ Responses ”OK
Bad Request
Unauthorized
Forbidden
Not Found