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"
      • valueoptionalstring

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

        Example: "24.8"
Navigation