Retrieve a package snapshot
GET
/api/v4/packages/conan/v1/conans/{package_name}/{package_version}/{package_username}/{package_channel}/packages/{conan_package_reference}
Retrieves a snapshot of the files for a specified Conan package and reference. The snapshot is a list of filenames with their associated MD5 hash.
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
stable conan_package_reference
required
string
Conan package ID
Example
103f6067a947f366ef91fc1b7da351c588d1827fResponses
Section titled “ Responses ”OK
Media type application/json
object
package_snapshot
object
Example
{ "package_snapshot": { "conan_package.tgz": "749b29bdf72587081ca03ec033ee59dc" }}Bad Request
Forbidden
Not Found