Skip to main content

quotasForApp

Lists the app-scoped quota rules explicitly configured for an app (excludes org-, tier-, and free-tier-default quotas). Use effectiveQuota to resolve the limit actually applied for a given metric. Requires the 'view_usage' app permission.

quotasForApp(
appId: BigInt!
): [ServiceQuota!]!

Arguments

quotasForApp.appId ● BigInt! non-null scalar

App id (BigInt as a decimal string) whose quota rules to list.

Type

ServiceQuota object