API Docs / Schemas / AiUsageSummaryDto

AiUsageSummaryDto

Summary of AI usage tokens for a specific date range

Properties

Name Type Description
userSharedKeyTokensinteger

Total tokens used by the current user with the shared API key

Total tokens used by the current user with the shared API key

userCustomKeyTokensinteger

Total tokens used by the current user with their custom API key

Total tokens used by the current user with their custom API key

tenantSharedKeyTokensinteger

Total tokens used by all users in the tenant with the shared API key

Total tokens used by all users in the tenant with the shared API key

tenantCustomKeyTokensinteger

Total tokens used by all users in the tenant with their custom API keys

Total tokens used by all users in the tenant with their custom API keys

JSON Example

{
  "userSharedKeyTokens": 0,
  "userCustomKeyTokens": 0,
  "tenantSharedKeyTokens": 0,
  "tenantCustomKeyTokens": 0
}

Used By Operations