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 events with optional dimensions for granular tracking.

Mutation

mutation ReportEvent($input: UsageEventsReportInput!) {
  reportEvent(events: $input)
}

Parameters

input
UsageEventsReportInput
required
Input for reporting events

Common Use Cases

Track API calls with endpoint and method dimensions.
Track which features customers use most.
Bill based on specific event properties.