Skip to main content

Usage and metering

Metering and billing attribution are documented in detail in usage.md in this repository.

Query API

GET /v1/usage returns aggregates for the authenticated customer with optional filters:
  • workspace_id, subject_id, event_type
  • start, end (ISO 8601 with offset; default range is current UTC month → now)
  • granularity: hour, day, or month (default day)
See the interactive OpenAPI reference for the response schema, and usage.md for examples and billing boundary notes.