quality_audits_when_updated

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

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')