Skip to Content
Data ModelsAudit Log

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

FieldDescription
log_uuidPublic log identifier
event_typeAudit event classification (see Enums)
resource_type / resource_uuidAffected resource kind and UUID
actor_uuidUser or system actor who performed the action
org_uuidContextual organisation when applicable
action_summaryHuman-readable summary
data_before / data_afterOptional JSON snapshots
ip_address / user_agentClient metadata when available
statusOutcome of the audited action
created_atEvent timestamp
Last updated on