
Search by meaning
Start from a phrase that describes what you want to find:users asking about cancellation but keeping old datacooking questions about substitutions or techniqueassistant gives an answer without using the right toolmodel response sounds confident but misses the user constraint

Use source filters
Source filters help you search the right part of the log. For example, search User message when you care about what users asked, Model response when you care about what the assistant said, and Tool call or Tool response when the issue might be in tool usage.| Source | Use it for |
|---|---|
| User message | User intent, phrasing, requests, complaints, or edge cases. |
| Model response | Final answers, refusals, tone, omissions, or incorrect claims. |
| Reasoning | Intermediate reasoning content when your instrumentation sends it. |
| Tool call | Tool names, arguments, routing decisions, or function calls. |
| Tool response | Returned data, empty results, errors, or stale context. |
| Retrieval | RAG snippets, search results, or retrieved context. |
| Orchestration | Routing, handoffs, workflow steps, or multi-agent control flow. |
| Guardrail | Safety checks, moderation decisions, or policy enforcement. |

When to use Deep search
Use Deep search when the evidence is conceptual. Use filters when the evidence is exact.| Need | Best tool |
|---|---|
| Find logs with a known status, prompt, environment, tag, or attribute | Filter, search, export logs |
| Find requests that mean the same thing but use different words | Deep search |
| Find examples of a vague answer pattern or tool behavior | Deep search, then open traces |
| Build a repeatable incident view after finding examples | Filters and saved views |
| Preserve or share the result set | Export filtered logs |
Turn matches into action
After you find useful matches:- Open several results and inspect the surrounding trace or span.
- Check whether the same pattern appears in Behaviors.
- Add representative spans to Datasets when the case should become regression coverage.
- Create or refine Evaluators when the pattern should be measured continuously.
- Start Improve when the evidence points to a prompt-level fix.
Filter, search, export logs
Use exact filters and exports after finding the right evidence.
Inspect a trace
Open a Deep search result and review the full trace context.
Understanding Behaviors
See whether the matched examples are part of a repeated pattern.
Use logs to improve prompts
Turn production evidence into datasets, evaluators, and Improve cycles.