取得目前組織
GET/v1/organizations/me
擷取與已驗證 API 金鑰相關聯之組織的資訊。
Returns
取得目前組織
ant beta:organization retrieve \
--api-key my-anthropic-api-keyResponse 200
{
"id": "12345678-1234-5678-1234-567812345678",
"name": "Organization Name",
"type": "organization"
}Returns Examples
Response 200
{
"id": "12345678-1234-5678-1234-567812345678",
"name": "Organization Name",
"type": "organization"
}