LogoRobo.js
Packages@robojs/ai

TokenSummaryQuery

Interface: TokenSummaryQuery

Parameters controlling usage summary retrieval.

Properties

PropertyTypeDescription
cursor?stringPagination cursor returned from prior results.
limit?numberMaximum number of rows to return (1-500).
model?stringFilter results to a specific model.
range?{ from: number; to: number; }Timestamp range filter (milliseconds).
range.from?numberInclusive lower bound timestamp.
range.to?numberInclusive upper bound timestamp.
window?TokenWindowWindow to aggregate by; defaults to day.

On this page