Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
    • Cloud Interconnect
    • Cloud Backup
    • Cloud Registry
    • Yandex AI Studio
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Video
    • Stackland
    • Yandex Cloud Router
    • Yandex Managed Service for Trino
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Yandex StoreDoc
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Managed Service for YDB
    • Managed Service for Sharded PostgreSQL
    • Managed Service for YTsaurus
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • SpeechKit
    • DataSphere
    • Vision OCR
    • Translate
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • Managed Service for Prometheus®
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Message Queue
    • Serverless Integrations
    • IoT Core
    • Data Streams
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Yandex Cloud Quota Manager
    • Cloud Apps
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • 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
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex MetaData Hub
  • About Yandex MetaData Hub
    • Service roles for access management
    • Terraform reference
      • API authentication
        • Overview
          • Overview
          • GetCatalog
          • ListCatalogs
          • CreateCatalog
          • DeleteCatalog
          • UpdateCatalog
  • Access management
  • Quotas and limits
  • Pricing policy
  • Public materials
  • Release notes

In this article:

  • gRPC request
  • GetCatalogRequest
  • Catalog
  • CatalogAIMarkupRules
  • CatalogAutoIngestionConfig
  1. Data Catalog
  2. API reference
  3. gRPC
  4. Catalog
  5. GetCatalog

Datacatalog API, gRPC: CatalogService.GetCatalog

Written by
Yandex Cloud
Updated at July 1, 2026
View in Markdown
  • gRPC request
  • GetCatalogRequest
  • Catalog
  • CatalogAIMarkupRules
  • CatalogAutoIngestionConfig

Returns the specified catalog.

gRPC requestgRPC request

rpc GetCatalog (GetCatalogRequest) returns (Catalog)

GetCatalogRequestGetCatalogRequest

{
  "catalog_id": "string"
}

Request message for getting a catalog.

Field

Description

catalog_id

string

ID of the catalog to return.

CatalogCatalog

{
  "id": "string",
  "folder_id": "string",
  "name": "string",
  "description": "string",
  "labels": "map<string, string>",
  "created_by": "string",
  "ai_markup_rules": {
    "ai_enabled": "bool",
    "documentation_rules": "string",
    "domain_rules": "string",
    "terms_rules": "string",
    "tags_rules": "string"
  },
  "auto_ingestion_params": {
    "service_account_id": "string"
  },
  "created_at": "google.protobuf.Timestamp",
  "updated_at": "google.protobuf.Timestamp"
}

Field

Description

id

string

Catalog identifier

folder_id

string

Folder identifier

name

string

Catalog name

description

string

Catalog description

labels

object (map<string, string>)

Catalog labels

created_by

string

Id of subject who created the catalog

ai_markup_rules

CatalogAIMarkupRules

AI markup enabled flag

auto_ingestion_params

CatalogAutoIngestionConfig

Configuration for auto ingestion feature

created_at

google.protobuf.Timestamp

Date of catalog creation

updated_at

google.protobuf.Timestamp

Date of catalog last update

CatalogAIMarkupRulesCatalogAIMarkupRules

Field

Description

ai_enabled

bool

If set to true, AI marking up of catalog entities will be enabled

documentation_rules

string

Rules for the AI agent, that will be used for assets mark up

domain_rules

string

Rules for the AI agent, that will be used for domains mark up

terms_rules

string

Rules for the AI agent, that will be used for terms mark up

tags_rules

string

Rules for the AI agent, that will be used for tags mark up

CatalogAutoIngestionConfigCatalogAutoIngestionConfig

Field

Description

service_account_id

string

ID of service account, which will be used for auto ingestion feature

Was the article helpful?

Previous
Overview
Next
ListCatalogs
© 2026 Direct Cursus Technology L.L.C.