Skip to main content
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.