Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.stigg.io/llms.txt

Use this file to discover all available pages before exploring further.

Reports usage for multiple customers/features in a single request.

Mutation

mutation ReportUsageBulk($input: ReportUsageBulkInput!) {
  reportUsageBulk(input: $input) {
    measurementId
    currentUsage
  }
}

Parameters

input
ReportUsageBulkInput
required
Input for bulk usage reporting

Return Type

Returns an array of UsageMeasurementWithCurrentUsage objects.

Common Use Cases

Report accumulated usage from a background job.
Sync usage data from external systems.