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
  • ListExtensionsRequest
  • ListExtensionsResponse
  • Extension
  • ExtensionVersion
  1. API reference
  2. gRPC
  3. Extension
  4. List

Managed Service for ClickHouse API, gRPC: ExtensionService.List

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

Lists extensions available in the specified folder.

gRPC requestgRPC request

rpc List (ListExtensionsRequest) returns (ListExtensionsResponse)

ListExtensionsRequestListExtensionsRequest

{
  "page_size": "int64",
  "page_token": "string",
  "folder_id": "string"
}

Field

Description

page_size

int64

Maximum number of extensions to return per response.

The maximum value is 1000.

page_token

string

Token for fetching the next page of results.

The maximum string length in characters is 100.

folder_id

string

ID of the folder.

The maximum string length in characters is 50.

ListExtensionsResponseListExtensionsResponse

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

Field

Description

extensions[]

Extension

Requested extensions.

next_page_token

string

Token to retrieve the next page of results.

ExtensionExtension

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
Get
Next
Overview
© 2026 Direct Cursus Technology L.L.C.