Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ClickHouse launches Claude-powered Agents and House Mates partner program at Open House 2026 Read more →
조직의 모든 키 목록을 반환합니다.
cURL
curl --request GET \ --url https://api.clickhouse.cloud/v1/organizations/{organizationId}/keys \ --header 'Authorization: Basic <encoded-value>'
{ "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "result": [ { "createdAt": "2023-11-07T05:31:56Z", "expireAt": "2023-11-07T05:31:56Z", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "ipAccessList": [ { "description": "<string>", "source": "<string>" } ], "keySuffix": "<string>", "name": "<string>", "roles": [], "usedAt": "2023-11-07T05:31:56Z" } ], "status": 200 }
ClickHouse Cloud 콘솔에서 발급받은 키 ID와 키 시크릿을 사용하십시오: https://clickhouse.com/docs/cloud/manage/openapi
요청한 조직의 ID.
성공 응답
각 요청에 할당되는 고유 ID. UUIDv4
Show child attributes
HTTP 상태 코드.
200
이 페이지가 도움이 되었나요?