# AuditEvent

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/api-client/src/endpoints/audit.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/api-client/src/endpoints/audit.ts#L6)

Audit event model for API responses

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `organizationId` | `string` |
| `projectId` | `string | null` |
| `docVersionId` | `string | null` |
| `actorId` | `string` |
| `actorEmail` | `string` |
| `actorRole` | `string` |
| `action` | `string` |
| `entityType` | `string` |
| `entityId` | `string` |
| `metadata` | `Record<string, unknown> | null` |
| `ipAddress` | `string | null` |
| `userAgent` | `string | null` |
| `createdAt` | `string` |
