Search all conversations
Conversations
Search conversation items
Search and filter items across all conversations. Supports keyword search across transcripts, summaries, and message content.
POST
Search all conversations
Required scope:
CONVERSATIONS_READpage and size in the request body to control results. See Pagination.
Search behavior
Thesearch field is a keyword search, not a natural language query. Extract keywords from the user’s question before passing them.
How matching works:
- Terms are AND’d —
"billing refund"matches items containing both words - Prefix matching is used —
"bill"matches “billing”, “billed”, etc. - Searches across: call transcripts, call summaries, and SMS message content
- Use
sort=RELEVANCEto rank results by match quality instead of date
Field notes
Extend parameter
Passing an unsupported value returns a
400 error with code UNSUPPORTED_EXTEND_VALUE.Authorizations
Body
application/json
Available options:
INBOUND, OUTBOUND Available options:
CALL, SMS, ALL Available options:
ANSWERED, VOICEMAIL, TRANSFERRED Keyword search (not natural language). Extract keywords from the user's question. Terms are AND'd with prefix matching — 'billing refund' matches items containing both words, 'bill' matches 'billing'. Searches across call transcripts, summaries, and SMS content.
Available options:
DATE_DESC, DATE_ASC, RELEVANCE Required range:
x <= 100Date range to filter by