When to use it
Check the audit log when:- You need to understand who last changed a journey, a secret, or an access setting.
- A run started behaving differently and you want to trace recent configuration changes.
- Your organization requires a paper trail for access changes or credential updates.
- You are investigating an unexpected permission change or a deleted resource.
Key concepts
Who, what, when. Each audit log entry records the actor (the user who performed the action), a description of the action, and the timestamp. Entries are workspace-scoped — changes made inside any journey, admin setting, or access configuration in the workspace are captured. Read-only. The audit log is a record, not an interface for making changes. You can read and filter entries, but you cannot edit or delete them. Coverage. The audit log generally covers workspace-level and journey-level actions: user invitations and role changes, secret additions and rotations, environment configuration changes, runner updates, journey creation, deletion, and access changes. The exact set of tracked events may expand over time.The audit log records intent and authorization-level actions. It is not a full request/response execution trace — run output and step-level execution details live in run results, not the audit log.

