Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI Studio
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Container Registry
  • Getting started
  • Yandex Container Solution
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • GetByName
        • List
        • ListAccessBindings
        • Upsert
        • Delete
        • SetAccessBindings
        • UpdateAccessBindings
  • Monitoring metrics
  • Audit Trails events
  • Troubleshooting
  • FAQ

In this article:

  • HTTP request
  • Path parameters
  • Response
  1. API reference
  2. REST
  3. Repository
  4. GetByName

Container Registry API, REST: Repository.GetByName

Written by
Yandex Cloud
Updated at November 26, 2024
  • HTTP request
  • Path parameters
  • Response

Returns the specified Repository resource.

To get the list of available Repository resources, make a List request.

HTTP requestHTTP request

GET https://container-registry.api.cloud.yandex.net/container-registry/v1/repositories/{repositoryName}:byName

Path parametersPath parameters

Field

Description

repositoryName

string

Required field. Name of the Repository resource to return.

To get the repository name use a RepositoryService.List request.

ResponseResponse

HTTP Code: 200 - OK

{
  "name": "string",
  "id": "string"
}

A Repository resource. For more information, see Repository.

Field

Description

name

string

Name of the repository.
The name is unique within the registry.

id

string

Output only. ID of the repository.

Was the article helpful?

Previous
Get
Next
List
© 2025 Direct Cursus Technology L.L.C.