Types
CcusageMetrics
Represents Claude Code usage metrics in the GraphQL API.
object
CcusageMetricsFields
inputTokens
Float!
The input tokens associated with this Claude Code usage metrics.
outputTokens
Float!
The output tokens associated with this Claude Code usage metrics.
cacheCreationTokens
Float!
The cache creation tokens associated with this Claude Code usage metrics.
cacheReadTokens
Float!
The cache read tokens associated with this Claude Code usage metrics.
totalTokens
Float!
The total tokens associated with this Claude Code usage metrics.
totalCost
Float!
The total cost associated with this Claude Code usage metrics.