Returns per-day LLM evaluator spend for the requested 7-day period, grouped by evaluator, resource, or run rule. Exactly one of group_by, evaluator_id, session_id, or dataset_id is required. resource_id, type, and feedback_key may be supplied with group_by to narrow listing aggregations.
spend(
query: OnlineEvaluatorSpendParams,
options: RequestOptions
): APIPromise<GetOnlineEvaluatorSpendResponse>| Name | Type | Description |
|---|---|---|
query* | OnlineEvaluatorSpendParams | |
options | RequestOptions |