Pulling a binary artifact from a registry
Written by
Updated at November 24, 2025
To pull a binary artifact, use a GET HTTP request. When sending the request, use authentication with an IAM token.
Request example:
curl \
--request GET \
--user "iam:<IAM_token>" \
--location \
--output <local_path_to_file> \
https://registry.yandexcloud.net/binaries/<registry_ID>/<artifact_name>/<artifact_version>
Where:
-
In the
--userauthentication parameter, specify theiamusername and the IAM token value. -
In the
--outputparameter, specify the local path and name of the file to pull the artifact to. -
The request URL contains the registry URL as well as the artifact name and version. Here is an example:
https://registry.yandexcloud.net/binaries/cn15fqbr806r********/sample-package/3.5.4