Claude Platform Docs

분석

활동 요약 조회
GET/v1/organizations/analytics/summaries

날짜 범위에 대한 조직 전체 활동 요약을 가져옵니다.

Models
BetaActivitySummary object{ summaries }

Response for GET /v1/organizations/analytics/summaries.

BetaAnalyticsUser object{ type: "user", id, email_address }

A user in the organization, identified by tagged id and email address.

type: "user"

Object type. Always user.

defaultuser
id: string

Tagged user identifier (e.g. user_...)

email_address: string

Email address of the user

BetaAnalyticsUserActor object{ type: "user_actor", deleted, email, 2 more }
type: "user_actor"

Actor type. Always "user_actor".

deleted: boolean

True when the account has been deleted, or when the user is no longer a member of the organization or its associated organizations (for example, their membership was removed or they were deprovisioned via your identity provider). email stays populated for removed users and is null when the account has been deleted. name follows the rules described on that field. The user_id is still populated for reconciliation.

email: string or null

The user's email address, including for users who are no longer members of the organization or its associated organizations. Null when the account has been deleted (check deleted) and for system-minted service accounts, which have no person's mailbox behind them (check name).

name: string or null

The user's full name. Null when the user has not set a name. Returns "Deleted User" when the account itself has been deleted, or when the user is no longer a member of the organization or its associated organizations and the organization has chosen to hide the names of removed users. Otherwise, the name stays populated for removed users. Rows for system-minted service accounts render the service name (for example, "Claude Security" for usage by Anthropic's security-patching service) or null.

user_id: string

Tagged user ID.

BetaConnectorOfficeProductMetrics object{ distinct_session_connector_used_count }

Office Agent activity metrics for a single connector on a given day within one Office product.

distinct_session_connector_used_count: number or null

Number of distinct Office Agent sessions in which the connector was used. Approximate (HLL, typical error <2%) in date-range mode. Null on aggregated rows where a distinct count cannot be computed.

BetaOfficeProductMetrics object{ connectors_used_count, distinct_connectors_used_count, distinct_session_count, 3 more }

Office Agent activity metrics for a single user on a given day within one Office product.

connectors_used_count: number

Number of MCP connector invocations

distinct_connectors_used_count: number or null

Number of distinct MCP connectors used. Approximate (HLL, typical error <2%) in date-range mode. Null on aggregated rows where a distinct count cannot be computed.

distinct_session_count: number or null

Number of distinct Office Agent sessions. Approximate (HLL, typical error <2%) in date-range mode. Null on aggregated rows where a distinct count cannot be computed.

distinct_skills_used_count: number or null

Number of distinct skills used. Approximate (HLL, typical error <2%) in date-range mode. Null on aggregated rows where a distinct count cannot be computed.

message_count: number

Number of messages sent

skills_used_count: number

Number of skill invocations

BetaSkillOfficeProductMetrics object{ distinct_session_skill_used_count }

Office Agent activity metrics for a single skill on a given day within one Office product.

distinct_session_skill_used_count: number or null

Number of distinct Office Agent sessions in which the skill was used. A skill counts as used only when it is explicitly activated — the model (or the user, via the skill's slash command) invokes it, reading its instructions into context as part of that activation. Skills that are merely installed or listed as available, or whose content reaches the context without an activation (preloaded, hook-injected, or read as a plain file), are not counted. Approximate (HLL, typical error <2%) in date-range mode. Null on aggregated rows where a distinct count cannot be computed.

BetaToolActionCounts object{ accepted_count, rejected_count }

Accepted/rejected counts for a single Claude Code tool type.

accepted_count: number

Number of tool proposals accepted

rejected_count: number

Number of tool proposals rejected

분석사용량

시간 경과에 따른 토큰 사용량 조회
GET/v1/organizations/analytics/usage_report

날짜 범위에 걸친 시간 경과에 따른 토큰 사용량을 조회합니다.

사용자별 토큰 사용량 조회
GET/v1/organizations/analytics/user_usage_report

날짜 범위에 걸친 사용자별 토큰 사용량을 조회합니다.

분석비용

시간 경과에 따른 비용 조회
GET/v1/organizations/analytics/cost_report

날짜 범위에 걸친 시간 경과에 따른 비용(USD)을 조회합니다.

사용자별 비용 조회
GET/v1/organizations/analytics/user_cost_report

날짜 범위에 걸친 사용자별 비용(USD)을 조회합니다.

분석사용자

사용자 활동 목록 조회
GET/v1/organizations/analytics/users

커서 기반 페이지네이션으로 특정 날짜의 사용자별 활동을 가져옵니다.

분석스킬

스킬 사용량 조회
GET/v1/organizations/analytics/skills

커서 기반 페이지네이션으로 특정 날짜의 스킬별 사용량을 가져옵니다.

분석커넥터

커넥터 사용량 조회
GET/v1/organizations/analytics/connectors

커서 기반 페이지네이션으로 특정 날짜의 커넥터별 사용량을 가져옵니다.

채팅 프로젝트 사용량 조회
GET/v1/organizations/analytics/apps/chat/projects

커서 기반 페이지네이션으로 특정 날짜의 프로젝트별 활동을 가져옵니다.

분석플러그인

플러그인 사용량 조회
GET/v1/organizations/analytics/plugins

페이지네이션으로 특정 날짜의 플러그인별 설치 + 호출 사용량을 가져옵니다.

분석Artifacts

Artifact 활동 조회
GET/v1/organizations/analytics/artifacts

특정 날짜의 아티팩트 생성 활동을 MIME 유형별로 세분화하여 가져옵니다.