Packages@robojs/ai
TokenSummaryQuery
Interface: TokenSummaryQuery
Parameters controlling usage summary retrieval.
Properties
| Property | Type | Description |
|---|---|---|
cursor? | string | Pagination cursor returned from prior results. |
limit? | number | Maximum number of rows to return (1-500). |
model? | string | Filter results to a specific model. |
range? | { from: number; to: number; } | Timestamp range filter (milliseconds). |
range.from? | number | Inclusive lower bound timestamp. |
range.to? | number | Inclusive upper bound timestamp. |
window? | TokenWindow | Window to aggregate by; defaults to day. |
