AurionAI Docs

Llm Usage Aggregate

Aggregate LLM usage into daily rollup table. Triggered by K8s CronJob. Aggregates yesterday + today by default.

POST
/api/sync/llm-usage-aggregate

Aggregate LLM usage into daily rollup table.

Triggered by K8s CronJob. Aggregates yesterday + today by default.

Query Parameters

lookback_days?Lookback Days
Default1
Range0 <= value <= 120

Response Body

application/json

application/json

curl -X POST "https://loading/api/sync/llm-usage-aggregate"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}