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
    • 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 Cloud Registry
  • Getting started
  • Access management
  • Pricing policy
  • CLI reference
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • Delete
  • Audit Trails events

In this article:

  • gRPC request
  • GetArtifactRequest
  • Artifact
  1. API reference
  2. gRPC
  3. Artifact
  4. Get

Yandex Cloud Registry API, gRPC: ArtifactService.Get

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • GetArtifactRequest
  • Artifact

Returns the specified artifact resource.

To get the list of available artifact resources, make RegistryService.ListArtifacts method call.

gRPC requestgRPC request

rpc Get (GetArtifactRequest) returns (Artifact)

GetArtifactRequestGetArtifactRequest

{
  "artifact_id": "string"
}

Field

Description

artifact_id

string

Required field. ID of the artifact resource to return.

ArtifactArtifact

{
  "id": "string",
  "path": "string",
  "name": "string",
  "kind": "Kind",
  "status": "Status",
  "created_at": "google.protobuf.Timestamp",
  "modified_at": "google.protobuf.Timestamp"
}

A Artifact resource.

Field

Description

id

string

Output only. ID of the artifact.

path

string

Path where the artifact is located.

name

string

Name of the artifact.

kind

enum Kind

Kind of the artifact.

  • KIND_UNSPECIFIED
  • FOLDER: Artifact kind is folder.
  • PACKAGE: Artifact kind is package.
  • ARTIFACT: Artifact kind is artifact.

status

enum Status

Output only. Status of the artifact.

  • STATUS_UNSPECIFIED
  • CREATING: Artifact status is being created.
  • ACTIVE: Artifact status is ready to use.
  • DELETING: Artifact status is being deleted.

created_at

google.protobuf.Timestamp

Output only. Creation timestamp in RFC3339 text format.

modified_at

google.protobuf.Timestamp

Output only. Modification timestamp in RFC3339 text format.

Was the article helpful?

Previous
Overview
Next
Delete
© 2025 Direct Cursus Technology L.L.C.