Retrieve a package file
GET
/api/v4/packages/conan/v1/files/{package_name}/{package_version}/{package_username}/{package_channel}/{recipe_revision}/package/{conan_package_reference}/{package_revision}/{file_name}
Retrieves a specified package file from the package registry. You must use the download URL returned from the package download URLs endpoint.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”package_name
required
string
Package name
Example
my-packagepackage_version
required
string
Package version
Example
1.0package_username
required
string
Package username
Example
my-group+my-projectpackage_channel
required
string
Package channel
Example
stablerecipe_revision
required
string
Conan Recipe Revision
Example
0conan_package_reference
required
string
Conan Package ID
Example
103f6067a947f366ef91fc1b7da351c588d1827fpackage_revision
required
string
Conan Package Revision
Example
0file_name
required
string
Package file name
Example
conaninfo.txtResponses
Section titled “Responses”OK
Bad Request
Forbidden
Not Found