Usage & Monitoring
get_usage_stats
Retrieve cumulative token usage for the current user or application
Returns
Dict[str, int]
: Mapping of operation types (e.g."query"
,"agent"
) to total tokens used.
Retrieve cumulative token usage for the current user or application
Dict[str, int]
: Mapping of operation types (e.g. "query"
, "agent"
) to total tokens used.