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
idstring
The unique identifier for this item.
createdAtstring
The date this item was created in RFC3339 format.
objectstring
The object type of this resource.
eventTypestring
The type of action that was recorded. See Event Types for the full set of values.
eventDescriptionstring
A human-readable description of the event.
sourceweb / platform / automation / system
Where the event originated:
Source
Description
web
Action performed by a user via the Assembly webapp (dashboard or client portal).
platform
Action performed via the Platform API using an API key.
automation
Action performed by an automation/workflow.
system
Action performed by the system (webhooks, background jobs).
actorIdstring (optional)
The ID of the user who performed the action. This will be empty for actions not attributable to a user.
actorTypeinternalUser / clientUser (optional)
The type of entity the actorId refers to.
companyIdstring (optional)
The ID of the company associated with the event, if applicable.
automationIdstring (optional)
The ID of the automation that triggered the event. This is populated when source is automation.
userAgentstring (optional)
The browser/client user agent string of the request origin.
ipstring (optional)
The IP address of the request origin.
contextobject (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
Event Type
Description
userLoggedIn
User logged in
userLoggedOut
User logged out
userLoginSucceeded
User login succeeded
userLoginFailed
User login failed
passwordReset
Password reset
passwordChanged
Password changed
googleDelinked
Google account delinked
magicLinkSent
Magic link sent
Session
Event Type
Description
sessionStarted
Session started
sessionEnded
Session ended
Workspace Settings
Event Type
Description
workspaceMfaEnabled
Workspace MFA enabled
workspaceMfaDisabled
Workspace MFA disabled
Client
Event Type
Description
clientCreated
Client created
clientActivated
Client activated
clientUpdated
Client updated
clientDeleted
Client deleted
clientInvited
Client invited
clientCustomFieldsUpdated
Client custom fields updated
Company
Event Type
Description
companyCreated
Company created
companyUpdated
Company updated
companyDeleted
Company deleted
companyCustomFieldsUpdated
Company custom fields updated
File
Event Type
Description
fileCreated
File created
fileUpdated
File updated
fileDeleted
File deleted
fileDownloaded
File downloaded
fileBatchDownloaded
Files batch downloaded
fileBatchDeleted
Files batch deleted
Folder
Event Type
Description
folderCreated
Folder created
folderUpdated
Folder updated
folderDeleted
Folder deleted
Link
Event Type
Description
linkCreated
Link created
linkUpdated
Link updated
linkDeleted
Link deleted
Invoice
Event Type
Description
invoiceCreated
Invoice created
invoiceUpdated
Invoice updated
invoiceDeleted
Invoice deleted
invoicePaid
Invoice paid
invoiceVoided
Invoice voided
invoiceDownloaded
Invoice downloaded
refundRequested
Refund requested
Payment
Event Type
Description
paymentSucceeded
Payment succeeded
paymentFailed
Payment failed
Subscription
Event Type
Description
subscriptionCreated
Subscription created
subscriptionCancelled
Subscription cancelled
Product & Price
Event Type
Description
productCreated
Product created
productUpdated
Product updated
priceCreated
Price created
Message
Event Type
Description
messageSent
Message sent
messageChannelCreated
Message channel created
messageChannelDeleted
Message channel deleted
Task
Event Type
Description
taskCreated
Task created
taskUpdated
Task updated
taskDeleted
Task deleted
taskArchived
Task archived
taskCompleted
Task completed
Contract
Event Type
Description
contractRequested
Contract requested
contractCompleted
Contract signed
contractDownloaded
Contract downloaded
Form
Event Type
Description
formCreated
Form created
formEdited
Form edited
formAssigned
Form assigned
formResponseCompleted
Form response completed
Note
Event Type
Description
noteCreated
Note created
noteUpdated
Note updated
noteDeleted
Note deleted
Internal User
Event Type
Description
internalUserCreated
Internal user created
internalUserDeleted
Internal user deleted
internalUserAccessLevelChanged
Internal user access level changed
internalUserClientVisibilitySet
Internal user client visibility set
API Key
Event Type
Description
apiKeyCreated
API key created
apiKeyDeleted
API key deleted
Custom
Event Type
Description
customEvent.*
Custom events created via the Platform API. Event types are prefixed with customEvent. (e.g. customEvent.userOnboarded). Requires Enterprise plan.