Search

Search across every trace and span by meaning with semantic search.

Semantic search finds runs by meaning rather than exact keywords, so you can locate the run you remember even when you don't recall the exact wording.

retrace search "error in payment processing"
retrace search "timeout" --limit 20
retrace search "user authentication" --json

Results are ranked by relevance and include the matching trace and span. Add --json to pipe results into other tools.

Next steps

  • Traces — open a result in full detail.
  • Tapes — publish a run you found.

On this page