GET /analytics/events — Paginated Raw Usage Events
Returns paginated raw usage event records with full token counts, cost, latency, model, provider, and custom tags for every LLM call.
The events endpoint gives you access to the raw, per-request usage records that power all of Tokonomics’ analytics. Each record contains the full token breakdown, precise cost in USD, end-to-end latency, provider, model, and any custom tags you attached. Use it to build custom reports, audit specific requests, or export data into your own data warehouse.Endpoint
The offset value that was applied to this response.
To paginate through all events, increment offset by limit on each request until offset >= total. For example, if total is 340 and you’re using limit=100, you’ll need 4 requests with offsets 0, 100, 200, and 300. The maximum page size is 200.