# usageLogs

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/ai/ai.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/ai/ai.controller.ts#L39)

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)
