Is it possible to replicate Zendesk’s native audit log granularity within Genesys Cloud’s compliance framework without building custom API integrations?
We are migrating a heavily regulated support queue from Zendesk to Genesys Cloud. In Zendesk, we relied on detailed ticket edit histories that automatically captured field-level changes for compliance audits. The Genesys Cloud documentation mentions a robust audit log, but it seems to focus more on system configuration changes rather than interaction-level data modifications.
Specifically, we need to track every single change made to a conversation transcript or custom data fields during an active interaction. When testing the GET /api/v2/audit/logs endpoint, the returned JSON payloads lack the specific field-diff details we require for SOC2 reporting. The SDK version 1.0.0-beta.1 also does not seem to expose a method for retrieving this level of historical data.
Is there a native setting in the admin console under Security > Compliance that enables this level of detail, or do we need to architect a custom flow using the Interaction Events API to capture these changes in real-time? Any practical migration advice for bridging this gap would be appreciated.