Overview
Trace Search lets you query across all traced calls in your organization — both simulations and conversations — from a single page. Instead of inspecting traces one call at a time, you can search by span name, provider, status, duration, attributes, or plain English to find patterns across your entire call history. Access Trace Search from the Trace Search button on the Conversations page, or from the left sidebar under Observability.Natural Language Search
Type a plain English query into the search bar and Trace Search will interpret it into structured filters automatically. For example:"slowest 10 LLM calls in the last 24 hours""errors from NormalAgentName agent in the last two weeks""TTS calls longer than 2 seconds"
slowest, fastest, newest, oldest), result limits (top 10, five slowest), and time expressions.
Structured Filters
You can also build precise queries using the structured filter controls:
Multiple attribute filters stack with AND logic. Autocomplete suggestions are drawn from your organization’s actual trace data in ClickHouse.
Results
Search results show as cards with:- Call source (Simulation or Conversation) and timestamp
- Overall span status with color coding
- Total span count and root span duration
- Provider and service metadata
- Direct link to the full trace viewer for each result