List all recipe download URLs
GET
/api/v4/packages/conan/v1/conans/{package_name}/{package_version}/{package_username}/{package_channel}/download_urls
Lists all files and associated download URLs for a specified recipe in the package registry. Returns the same payload as the recipe manifest endpoint.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” package_name
required
string
Package name
Example
my-package package_version
required
string
Package version
Example
1.0 package_username
required
string
Package username
Example
my-group+my-project package_channel
required
string
Package channel
Example
stableResponses
Section titled “ Responses ”OK
Media type application/json
object
recipe_urls
object
Example
{ "recipe_urls": { "conan_sources.tgz": "https://gitlab.example.com/api/v4/packages/conan/v1/files/my-package/1.0/my-group+my-project/stable/0/export/conan_sources.tgz" }}Bad Request
Forbidden
Not Found