Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/ai/ai.controller.ts
List raw AI usage rows for the organization (paginated)
Endpoint
GET /ai/usage/logs
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | query | string | - | |
userId | query | string | - | |
provider | query | string | - | |
model | query | string | - | |
operationType | query | string | - | |
startDate | query | string | - | |
endDate | query | string | - | |
limit | query | string | - | |
offset | query | string | - |
Referenced By
AIController(MODULE_DECLARES)
Was this page helpful?