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
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
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. Get

Container Registry API, REST: Repository.Get

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/{repositoryId}

Path parametersPath parameters

Field

Description

repositoryId

string

Required field. ID of the Repository resource to return.

To get the repository ID 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
Overview
Next
GetByName
Yandex project
© 2025 Yandex.Cloud LLC