メインコンテンツへスキップ
GET
/
v1
/
organizations
/
{organizationId}
組織の詳細を取得
curl --request GET \
  --url https://api.clickhouse.cloud/v1/organizations/{organizationId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "result": {
    "byocConfig": [
      {
        "accountName": "<string>",
        "id": "<string>"
      }
    ],
    "createdAt": "2023-11-07T05:31:56Z",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "privateEndpoints": [
      {
        "description": "<string>",
        "id": "<string>"
      }
    ]
  },
  "status": 200
}

承認

Authorization
string
header
必須

ClickHouse Cloud コンソールで取得した key ID と key secret を使用してください: https://clickhouse.com/docs/cloud/manage/openapi

パスパラメータ

organizationId
string<uuid>
必須

要求された組織の ID。

レスポンス

正常なレスポンス

requestId
string<uuid>

各リクエストに割り当てられる一意の ID。UUIDv4

result
object
status
number

HTTP ステータスコード。

:

200

最終更新日 2026年6月10日