Skip to main content

appBudget

Returns the monthly spend cap and current-month usage for a single app, or null if no budget has been configured for it. Requires the 'view_billing' app permission.

appBudget(
orgId: BigInt!
appId: BigInt!
): AppBudget

Arguments

appBudget.orgId ● BigInt! non-null scalar

Organization id (BigInt as a decimal string) that owns the app.

appBudget.appId ● BigInt! non-null scalar

App id (BigInt as a decimal string) whose budget to fetch.

Type

AppBudget object