v51

OpenAPI 3.0.0raw.githubusercontent.com2026-07-1000256.1 KB
Connections

List Connections

Retrieves a list of all ClickHouse connections for the authenticated team. Passwords are never returned.

get/api/v2/connections

Response

Successfully retrieved connections

Example response

{
  "data": [
    {
      "id": "507f1f77bcf86cd799439012",
      "name": "Production ClickHouse",
      "host": "https://clickhouse.example.com:8443",
      "username": "default",
      "hyperdxSettingPrefix": "hyperdx_",
      "createdAt": "2025-01-01T00:00:00.000Z",
      "updatedAt": "2025-06-15T10:30:00.000Z"
    }
  ],
  "meta": {
    "skipped": 1,
    "skippedIds": [
      "507f1f77bcf86cd799439012"
    ]
  }
}