AurionAI Docs

Get By Tenant

Cost breakdown by tenant (paginated). Deprecated: Use /pivot-data instead. This endpoint returns pre-aggregated data; the pivot table endpoint returns granular rows for client-side pivoting. Kept for backward compatibility.

GET
/api/v1/super-admin/llm-cost/by-tenant

Cost breakdown by tenant (paginated).

Deprecated: Use /pivot-data instead. This endpoint returns pre-aggregated data; the pivot table endpoint returns granular rows for client-side pivoting. Kept for backward compatibility.

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

days?Days
Default30
Range1 <= value <= 365
limit?Limit
Default50
Range1 <= value <= 500
offset?Offset
Default0
Range0 <= value

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/super-admin/llm-cost/by-tenant"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}