メインコンテンツへスキップ
GET
/
v1
/
organizations
/
{organizationId}
/
activities
/
{activityId}
組織のアクティビティ
curl --request GET \
  --url https://api.clickhouse.cloud/v1/organizations/{organizationId}/activities/{activityId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "result": {
    "actorDetails": "<string>",
    "actorId": "<string>",
    "actorIpAddress": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "id": "<string>",
    "organizationId": "<string>",
    "serviceId": "<string>",
    "userAgent": "<string>"
  },
  "status": 200
}

承認

Authorization
string
header
必須

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

パスパラメータ

organizationId
string<uuid>
必須

要求された組織のID。

activityId
string
必須

要求されたアクティビティのID。

レスポンス

正常なレスポンス

requestId
string<uuid>

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

result
object
status
number

HTTPステータスコード。

:

200

最終更新日 2026年6月10日