Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • 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 Managed Service for ClickHouse®
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • Get
        • List
  • Yandex Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes

In this article:

  • gRPC request
  • GetExtensionRequest
  • Extension
  • ExtensionVersion
  1. API reference
  2. gRPC
  3. Extension
  4. Get

Managed Service for ClickHouse API, gRPC: ExtensionService.Get

Written by
Yandex Cloud
Updated at June 15, 2026
  • gRPC request
  • GetExtensionRequest
  • Extension
  • ExtensionVersion

Returns the specified extension.

gRPC requestgRPC request

rpc Get (GetExtensionRequest) returns (Extension)

GetExtensionRequestGetExtensionRequest

{
  "extension_name": "string",
  "folder_id": "string"
}

Field

Description

extension_name

string

Required field. Name of the extension.

The maximum string length in characters is 63.

folder_id

string

ID of the folder.

The maximum string length in characters is 50.

ExtensionExtension

{
  "name": "string",
  "versions": [
    {
      "id": "string",
      "default": "bool",
      "deprecated": "bool"
    }
  ]
}

Field

Description

name

string

Required field. Required. Extension name.

versions[]

ExtensionVersion

Required. All extension available versions.

ExtensionVersionExtensionVersion

Field

Description

id

string

Required field. Required. Version ID.

default

bool

Is default version.

deprecated

bool

Is version deprecated.
(-- api-linter: yc::1703::deprecated-annotation=disabled --)

Was the article helpful?

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