Skip to main content
Full detail of one audit-trail entry, including its change payload. A list_audit_logs row plus changes — the action’s field-level before/after diff as a clean list — and its description. Reach for it after list_audit_logs surfaces an entry whose change detail you need to explain. For the affected resource’s own current state, use that resource’s tool.

Parameters

Body

audit_log_id
string
required
Id of the audit-trail entry to inspect — the id returned by list_audit_logs.

Response

Body

id
string
timestamp
string
When the action happened (UTC, ISO-8601).
event_name
string
Coded name of the audited event, e.g. ‘UserUpdated’ or ‘CompensationRuleUpdated’ — the precise action taken.
resource_id
string
Id of the affected resource; null when not applicable.
resource_name
string
Human-readable name of the affected resource, if known.
actor
object
description
string
changes
object[]
The action’s field-level changes as a clean before/after list. Empty when the action carries no field diff (e.g. a create/delete, or a payload-less event).