Downloads quality audit logs by using evaluation ChangedDate values to find impacted conversations.
This action requires evaluation data to have been loaded first (via the evaluations() action).
Audits are queried day-by-day for each affected conversation, and the savepoint is set to the maximum ChangedDate observed.
Parameters
| Parameter | Description | |
|---|---|---|
| savepoint | Optional | The savepoint name to use (default 'quality_audits_when_updated') |
| start_date | Optional | Override the savepoint start date (yyyy-MM-dd or yyyy-MM-dd HH:mm:ss) |
| end_date | Optional | End date for the query window (defaults to now) |
| overlap_minutes | Optional | Minutes to overlap the savepoint window (default 60) |
Tables Affected
- quality_audit_log_message
- quality_audit_context
- quality_audit_message_param
- quality_audit_property_change
- quality_audit_property_change_value
Variables Set
No variables set.
Permissions needed
- audits:interactionDetails:view
Examples
- evaluations() quality_audits_when_updated()
- quality_audits_when_updated(start_date='2025-01-01')
