crowdyStudioAgentUsage
Read the app's sanitized platform-funded Agentic Studio usage over a bounded time window. Requires 'view_compute_diagnostics'. Returns exact OpenRouter prompt/completion/reasoning/cache/native token and decimal-USD cost dimensions, request/tool/compile/wall counts, and pinned policy revisions. It never returns prompts, source, private reasoning, headers, provider bodies, credentials, payer references, or wallet data; pilot usage never debits a player wallet.
crowdyStudioAgentUsage(
appId: BigInt!
since: DateTime
until: DateTime
limit: Int
): CrowdyStudioAgentUsagePage!
Arguments
crowdyStudioAgentUsage.appId ● BigInt! non-null scalar
App whose Agentic Studio usage to read.
crowdyStudioAgentUsage.since ● DateTime scalar
Inclusive ISO-8601 start time or relative lookback (default 24h).
crowdyStudioAgentUsage.until ● DateTime scalar
Exclusive ISO-8601 end time (default now).
crowdyStudioAgentUsage.limit ● Int scalar
Maximum newest records to return (default 100, max 200).
Type
CrowdyStudioAgentUsagePage object
Sanitized app usage read model: newest exact records plus an aggregate for the requested window.