User_turn_strategies
Get Schema
GET
/api/v1/user_turn_strategies/schemaAuthorization
BearerAuth AuthorizationBearer <token>
In: header
Query Parameters
type*Type
start | stop | base
Value in
- "start"
- "stop"
- "base"
strategy_type?|
eg. for type=start: ('vad', 'min_words', 'transcription', 'wake_phrase', 'krisp_viva_ip'); for type=stop: ('speech_timeout', 'turn_analyzer', 'llm_turn_completion'); for type=base: ('standard', 'filter_incomplete')
strategy?|
Only applies to type=stop: 'standard' | 'filter_incomplete'. When set, stop types excluded for that base strategy (e.g. llm_turn_completion/external_completion under filter_incomplete) are left out of the listing entirely.
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/user_turn_strategies/schema?type=start"null