Retrieve a log of recent usage entries with optional filters
operation_type
(str, optional): Filter by operation (e.g. "query"
, "ingest"
).since
(datetime | str, optional): Only return records newer than this timestamp (ISO string or datetime
).status
(str, optional): Filter by "success"
or "error"
.List[Dict[str, Any]]
: Each record includes timestamp
, operation_type
, tokens_used
, duration_ms
, and status
.