Skip to main content

CrowdyStudioAgentUsageSummary

Exact aggregate over the returned app/window usage records. Decimal USD remains a string to preserve precision.

type CrowdyStudioAgentUsageSummary {
requestCount: BigInt!
promptTokens: BigInt!
completionTokens: BigInt!
reasoningTokens: BigInt!
cachedTokens: BigInt!
toolCalls: BigInt!
toolRounds: BigInt!
compileCount: BigInt!
wallClockMs: BigInt!
providerCostUsd: String!
}

Fields

CrowdyStudioAgentUsageSummary.requestCount ● BigInt! non-null scalar

Provider requests.

CrowdyStudioAgentUsageSummary.promptTokens ● BigInt! non-null scalar

Prompt tokens.

CrowdyStudioAgentUsageSummary.completionTokens ● BigInt! non-null scalar

Completion tokens.

CrowdyStudioAgentUsageSummary.reasoningTokens ● BigInt! non-null scalar

Reasoning tokens.

CrowdyStudioAgentUsageSummary.cachedTokens ● BigInt! non-null scalar

Cached tokens.

CrowdyStudioAgentUsageSummary.toolCalls ● BigInt! non-null scalar

Tool calls.

CrowdyStudioAgentUsageSummary.toolRounds ● BigInt! non-null scalar

Tool rounds.

CrowdyStudioAgentUsageSummary.compileCount ● BigInt! non-null scalar

Draft compiles.

CrowdyStudioAgentUsageSummary.wallClockMs ● BigInt! non-null scalar

Summed accepted-run wall-clock milliseconds.

CrowdyStudioAgentUsageSummary.providerCostUsd ● String! non-null scalar

Exact summed provider cost in decimal USD.

Member Of

CrowdyStudioAgentUsagePage object