Add Request and Parent Action Context to Audit Log Entries
10 days ago
auditLog.listentries now include arequestobject withidandipAddressfields, providing traceability back to the originating HTTP request. Fields are null for actions not triggered by an HTTP request (e.g. automations, system events).auditLog.listentries now include aparentActionobject withid,type, andnamefields, linking audit entries to the larger operation that produced them (e.g. a bulk update). Fields are null when the entry is a standalone action.

