Skip to main content
This resource represents an audit log entry that records an action taken within a workspace. Each entry captures who performed an action, when it occurred, and from where (source). Note that List Audit Log Entries is available for all workspaces. Creating custom audit log entries via customEvent.* is an action only available on the Enterprise plan.

Properties

id string
The unique identifier for this item.
createdAt string
The date this item was created in RFC3339 format.
object string
The object type of this resource.
eventType string
The type of action that was recorded. See Event Types for the full set of values.
eventDescription string
A human-readable description of the event.
source web / platform / automation / system
Where the event originated:
actorId string (optional)
The ID of the user who performed the action. This will be empty for actions not attributable to a user.
actorType internalUser / clientUser (optional)
The type of entity the actorId refers to.
companyId string (optional)
The ID of the company associated with the event, if applicable.
automationId string (optional)
The ID of the automation that triggered the event. This is populated when source is automation.
userAgent string (optional)
The browser/client user agent string of the request origin.
ip string (optional)
The IP address of the request origin.
context object (optional)
Event-specific metadata. The shape of this object varies by eventType.

Event Types

The eventType property is one of the following values, grouped by category.

Authentication

Session

Workspace Settings

Client

Company

File

Folder

Invoice

Payment

Subscription

Product & Price

Message

Task

Contract

Form

Note

Internal User

API Key

Custom


Example Audit Log Entry
Example Automation Audit Log Entry