Skip to content

Retrieve package references metadata

GET
/api/v4/projects/{id}/packages/conan/v2/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.

id
required
One of:
string

The ID or URL-encoded path of the project

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
stable

OK

Bad Request

Unauthorized

Forbidden

Not Found