Get Project Audit Log
GET /api/creative/lore/audit-log
GET
/api/creative/lore/audit-log
Return the full project audit history (all entries, all actions).
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” limit
Limit
integer
offset
Offset
integer
Responses
Section titled “ Responses ”Successful Response
LoreAuditLogListResponse
Paginated audit log response.
object
entries
required
Entries
Array<object>
LoreAuditLogEntrySingle row from lore_entry_audit_log with parsed JSON snapshots.
object
id
required
Id
string
projectId
required
Projectid
string
entryId
required
Entryid
string
action
required
Action
What happened to the entry
string
createdAt
required
Createdat
integer
total
required
Total
integer
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context