Get Call Filter Keywords
View the keyword monitoring rules attached to a call filter.
Prerequisites:
- Bearer token —
POST /v1.0/oauth2/tokens - Subscriber ID and
CallFilterId(CFID-) - Call transcription must be enabled on the filter for keywords to take effect at runtime — set
EnableTranscriptiontotrueviaPOST /v1.0/subscribers/call-filter/update
What this does: Returns the keyword filter configuration: CustomKeywords (your own words), SystemKeywords (Telegent-provided categories like Profanity, Threats), and SeverityMap (risk level per term: HIGH/MEDIUM/LOW). When transcription is on, calls are analyzed against these keywords and the configured TranscriptionAction is taken when a match is found.
Next steps:
- Add or change keywords —
POST /v1.0/subscribers/call-filter/update(use theKeywordFilterfield) - See the rest of the filter —
GET /v1.0/subscribers/call-filter
Documentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Telegent Subscriber ID. Format: TSUID- followed by a UUID. Create one via POST /v1.0/subscribers/create or look up existing IDs with GET /v1.0/subscribers/get.
Call Filter ID. Format: CFID- followed by a UUID. Returned by POST /v1.0/subscribers/call-filter (Create) or GET /v1.0/subscribers/call-filter (List).
AccountId string
Response
Keywords Retrieved
The response is of type object.