Audit Log
An Audit Log entry records an administrative, security, or state-change event on the platform. Entries capture actor, organisation context, resource identity, and optional before/after snapshots.
Role in the platform
Audit logs support investigation and compliance. Admin operators query logs by event type, resource, actor, organisation, and time range. Writes are produced by platform services when significant actions occur.
Core fields
| Field | Description |
|---|---|
log_uuid | Public log identifier |
event_type | Audit event classification (see Enums) |
resource_type / resource_uuid | Affected resource kind and UUID |
actor_uuid | User or system actor who performed the action |
org_uuid | Contextual organisation when applicable |
action_summary | Human-readable summary |
data_before / data_after | Optional JSON snapshots |
ip_address / user_agent | Client metadata when available |
status | Outcome of the audited action |
created_at | Event timestamp |
Related APIs
Last updated on