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
------------------------------
Original Message:
Sent: 03-06-2026 11:24
From: Ryan Pierce
Subject: Searching Voice Transcripts or Voice Conversations for PCI content
While we utilize a variety of mechanisms to automatically pause and resume recordings while PCI information is being discussed, invariably, some agents will collect the information outside of these mechanisms.
We'd like to search either transcripts or conversations to find any interactions that PCI information has been identified (via the AI based PCI identification process (masked)).
Is there a search API that offers a way to identify those interactions?
#PlatformAPI
------------------------------
Ryan Pierce
Developer
------------------------------