For the complete documentation index, see llms.txt. This page is also available as Markdown.

featureUsage

Graphql fields and variables for the featureUsage query

Scope required:

For a complete list of possible response fields see the FeatureUsage type.

query featureUsage ($id: ID, $code: String, $format: String) {
  featureUsage (id: $id, code: $code, format: $format) {
    accountId
    createdAt
    featureId
    id
    notes
    quantity
    subscriptionChargeId
    subscriptionId
    updatedAt
    usageAt
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?