List audit events
Retrieve the 50 most recent audit events for your tenant, ordered by most recent first.Audit event fields
string
UUID that uniquely identifies this audit event. Use this as a stable reference when filing support tickets or cross-referencing events in external systems.
string
The email address of the user who performed the action. Set to
"system" when an automated process — such as a scheduled job or an AI task — initiated the action rather than a human user.string
An uppercase string that identifies the operation that was performed, for example
TENANT_SETTINGS_UPDATED, USER_INVITED, or PRODUCT_CREATED. See the action reference below for common values.string
The category of the object that was acted upon, for example
PRODUCT, ORDER, TENANT_SETTINGS, or USER.string
UUID of the specific record that was affected. Pair this with
entity_type to look up the record in the relevant API.object
A free-form JSON object containing event-specific context — for example, the field values that were changed, the order total, or the SKU that was created. The shape varies by
action.string
The IP address from which the request was made, recorded for security and compliance purposes.
string
ISO 8601 timestamp (UTC) recording exactly when the event was persisted. This is the authoritative time of the action.
Action reference
Product actions
Product actions
Order actions
Order actions
Member actions
Member actions
Settings actions
Settings actions
Integration actions
Integration actions
Common use cases
1
Compliance auditing
Export audit events periodically and store them in your data warehouse or SIEM. Filter on
action values such as TENANT_SETTINGS_UPDATED or USER_ROLE_CHANGED to satisfy change-management controls.2
Debugging unexpected changes
When a record looks wrong, look up its UUID in the
entity_id field and trace the sequence of events. The actor_email and details fields tell you exactly who made each change and what the values were set to.3
Tracking automated actions
Events triggered by automated processes carry
actor_email: "system". Filter on this value to distinguish automated actions from human ones and review what has been done on your behalf.Audit logs are read-only — you cannot modify or delete individual events through the API. Events are retained in accordance with your contractual data retention period to support compliance and legal requirements. Contact Synq support if you need a full export or have a retention policy question.