Billing audit views for marketplace usage submissions and workload charge composition.
/billing/subscriptionsList the organization's billing subscriptions
Returns the calling organization's current and historical billing subscriptions across all providers (AWS Marketplace and Stripe). Historical rows support final-period usage navigation and provider-specific resubscribe guidance. Abandoned Stripe checkout reservations are excluded. Provider- agnostic; the per-row provider discriminator distinguishes providers.
Responses
Responses
The organization's current billing subscriptions.
/billing/subscriptions/{subscriptionId}/submissions/{submissionId}Get submission workload composition
Returns workload-level contributions included in a metering submission window, including the physical usage factors used to compute the submitted amount.
Responses
Responses
Workload-level billing composition for one submission.
/billing/trialGet the organization's free-trial status
Returns the calling organization's org-level free-trial status (trials are one per org): whether a trial is active, when it ends, and whether the org already has an entitling subscription. Drives the in-app trial banner, so it is readable by any member.
Responses
Responses
The organization's free-trial status.
/billing/usageGet the organization's usage
Returns the organization's usage for the selected range. When a subscription is selected, usage is returned per collection window and each window says whether it was charged.
Subscription usage includes every customer-meaningful submission outcome. Only accepted outcomes count as billed or trial-covered; every other outcome is explicitly unconfirmed. Trial-covered estimates are returned only where the deployment enables that disclosure. Range totals keep billed, trial-rated, and unconfirmed attempted amounts separate.
Omitting subscription is a narrower trial-only case. It is available only to an organization currently in its trial that has never held a subscription and is not billing-exempt. Because that usage comes from the internal shadow ledger, only the aggregate totals authorized by ADR-082 are returned; items is empty and pagination does not apply.
Parameters
limitinteger
The maximum number of items to list.
"int32"0100100markerstring
The pagination token returned from the previous list operation.
subscriptionstring
Limit the usage to one subscription. Omit for the organization's usage that no subscription accounts for, which is what an organization inside a free trial without a subscription has.
"A1B2C3D4E5"120"^[A-Z0-9]{1,20}$"fromstring
Include submissions with period_start at or after this timestamp.
"date-time"tostring
Include submissions with period_end at or before this timestamp.
"date-time"includeZeroUsageboolean
Include windows where submitted usage quantity was zero.
falseResponses
Responses
Usage windows for the selected range.