Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

Get ClickHouse setting

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

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

Returns the current value of a ClickHouse setting for the service. Use the schema endpoint to discover which settings are configurable.

Authorizations

Path parameters

  • organizationIdstringrequired

    ID of the organization that owns the service.

    format: uuid
  • serviceIdstringrequired

    ID of the service.

    format: uuid
  • settingNamestringrequired

    Name of the setting to retrieve.

Response

JSON

200

Successful response

JSON
  • statusoptionalnumber

    HTTP status code.

    Example: 200
  • requestIdoptionalstring

    Unique id assigned to every request. UUIDv4

    format: uuid
  • resultoptionalobject
    2 properties
    • nameoptionalstring

      Name of the setting.

      Example: "compatibility"
    • valueoptionalstring

      Current value of the setting. Returned as a string for all setting types.

      Example: "24.8"
Navigation