Redaction Entities
List redaction entities
Lists all available redaction entities and their current activation status across different policies.
Redaction entities represent different types of sensitive information that can be automatically redacted from conversations. Each entity can be independently enabled or disabled for different redaction policies:
- Customer Immediate: Redaction in real-time for customer-facing content
- Customer Delayed: Redaction for stored customer-facing content
- Agent Immediate: Real-time redaction for agent-facing content
- Auto Transcribe: Redaction in transcription output
- Voice: Redaction in voice content
The API returns immediately, but the redaction service can take up to 1 minute to incorporate the redaction change.
GET
Query Parameters
The cursor pointing to the current position
The maximum amount of objects to retrieve
Required range:
1 <= x <= 100
Response
200
application/json
Successfully retrieved the redaction entities.
The list of redaction entities
The next cursor to fetch
Example:
"6b29fc40-ca47-1067-b31d-00dd010662da"
The previous cursor to fetch
Example:
"04719ebd-13e1-40e9-8b92-0941cd16a19c"
Was this page helpful?