Skip to main content

orgUsageSummary

Org-level rollup of replication/GraphQL byte totals and GraphQL op counts across all apps in the organization for the time window. Read-only reporting. Requires the 'view_usage' org permission.

orgUsageSummary(
orgId: BigInt!
since: DateTime
): OrgUsageSummary!

Arguments

orgUsageSummary.orgId ● BigInt! non-null scalar

Organization id (BigInt) to roll up usage for.

orgUsageSummary.since ● DateTime scalar

Start of the aggregation window (ISO-8601 DateTime or relative duration such as 1d, 7d, 1h) up to now. Defaults to 7d when omitted.

Type

OrgUsageSummary object

Org-level rollup of replication/GraphQL byte totals and GraphQL op counts across all apps in the organization for the time window. WHICH OF THESE YOU PAY FOR: the *SendBytes fields are the billable direction, and *RecvBytes are metered but do NOT count toward Aggregate Data Volume, the monthly free-tier and overage measure. All byte figures are wire bytes measured at the network interface, including transport and network headers, and after any compression the service applies -- they will not match a client-side byte counter.