Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

List ClickHouse settings

Beta
GET/v1/organizations/{organizationId}/services/{serviceId}/clickhouseSettings

Disclaimer: This beta endpoint is evolving; the API contract may change.

Returns the configured ClickHouse settings for the service. Only settings that have been explicitly set are included.

Authorizations

Path parameters

  • organizationIdstringrequired

    ID of the organization that owns the service.

    format: uuid
  • serviceIdstringrequired

    ID of the service.

    format: uuid

Response

JSON

200

Successful response

JSON
  • statusoptionalnumber

    HTTP status code.

    Example: 200
  • requestIdoptionalstring

    Unique id assigned to every request. UUIDv4

    format: uuid
  • resultoptionalobject
    1 properties
    • settingsoptionalarray ofobject

      List of ClickHouse settings with their current values.

      2 properties
      • nameoptionalstring

        Name of the setting.

        Example: "compatibility"
      • valueoptionalstringorinteger

        Setting value in its native JSON type. Use the settings schema endpoint for per-setting constraints.

        Example: "26.2"
        2 variants

        One of the following:

        • string
        • integer
Navigation