Llm Usage Aggregate
Aggregate LLM usage into daily rollup table. Triggered by K8s CronJob. Aggregates yesterday + today by default.
Aggregate LLM usage into daily rollup table.
Triggered by K8s CronJob. Aggregates yesterday + today by default.
Query Parameters
lookback_days?Lookback Days
Default
1Range
0 <= value <= 120Response Body
application/json
application/json
curl -X POST "https://loading/api/sync/llm-usage-aggregate"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}