For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Connect
BlogHelp CenterAPI PricingSign up
OverviewElevenCreativeElevenAgentsElevenAPIReception AIAPI referenceChangelog
OverviewElevenCreativeElevenAgentsElevenAPIReception AIAPI referenceChangelog
  • Get started
    • Overview
    • Quickstart
  • Configure
    • Overview
    • Voice & language
    • Knowledge base
    • Tools
    • Personalization
    • Authentication
  • Deploy
    • Overview
    • Environment variables
    • WhatsApp
    • Batch calls
  • Monitor
    • Overview
    • Users
    • Testing
    • Experiments
    • Versioning
    • Conversation Analysis
      • Success Evaluation
      • Data Collection
      • Coaching
      • Searching conversations
    • Analytics
    • Real-time monitoring
    • OpenTelemetry traces
    • Privacy
    • Cost optimization
    • CLI
  • Advanced
    • Events
    • Custom models
    • LLM cascading
    • Post-call webhooks
  • Resources
    • UI components
  • Guides
    • Chat Mode
    • Burst pricing
    • ElevenLabs' docs agent
    • Scaling user interviews
    • Simulate Conversations
LogoLogo
Login
Login
Connect
BlogHelp CenterAPI PricingSign up
On this page
  • Overview
  • Keyword vs Smart search
  • API reference
MonitorConversation Analysis

Searching conversations

Find messages across your conversation history using keyword or semantic search.
Was this page helpful?
Previous

Analytics

Track agent performance, compare experiments, and identify optimization opportunities across your workspace
Next
Built with

Overview

Conversation history includes a search bar with two modes for finding messages across all your agent conversations.

Keyword search performs full-text matching and supports the same filters as the conversation list (time range, duration, ratings, tools, languages, and more). Smart search uses semantic search to match transcript chunks by meaning — useful when you don’t know the exact phrasing a caller used.

Conversation history search field with the search mode menu
open

Search bar with mode selection: Keyword and Smart search.

A query that matches a conversation id pattern (e.g. conv_…) searches for that conversation directly instead of running search.

Keyword vs Smart search

ModeHow it matchesFilters
KeywordFull-text / fuzzy on message contentAll conversation filters available
Smart searchSemantic similarity via embeddingsMost filters disabled while a query is active

The mode is stored in the URL so links are shareable and reload-safe. Default is keyword.

API reference

  • Text search — keyword / full-text
  • Smart search — semantic search