Yes, you can search for those interactions using the Analytics Conversations Query API:
POST /api/v2/analytics/conversations/details/query
If PCI detection is configured via Speech & Text Analytics (for example, through categories or content search), you can filter conversations based on those attributes.
Typically, this is done by filtering for:
-
Conversations that contain transcripts
-
Categories associated with PCI detection
-
Or speechAndTextAnalytics-related fields indicating masking/content detection
Once you identify the conversations, you can then retrieve the transcript using the transcript API if needed.
------------------------------
David Betoni
Principal PS Consultant
------------------------------