Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Registry
  • Getting started
    • All guides
    • Creating a registry
        • Pushing a binary artifact to a registry
        • Pulling a binary artifact from a registry
  • Access management
  • Pricing policy
  • Audit Trails events
  1. Step-by-step guides
  2. Managing artifacts
  3. Binary artifact
  4. Pulling a binary artifact from a registry

Pulling a binary artifact from a registry

Written by
Yandex Cloud
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 --user authentication parameter, specify the iam username and the IAM token value.

  • In the --output parameter, 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
    

Was the article helpful?

Previous
Pushing a binary artifact to a registry
Next
Overview
© 2025 Direct Cursus Technology L.L.C.