Quick filters
Top of the Traces page:- Time range — last hour, day, week, custom.
- Status — success / errored / stopped / running.
- Feedback — thumbs-up / thumbs-down / no feedback.
- Verification — passed / warned / blocked.
- Cost bucket — cheap / normal / expensive.
Structured search
The search bar accepts a query language:cost(in USD)duration(with unit:ms,s,m)status,feedback,verificationflow,version(Flow slug / version ID)user_id,tenant,session(scope fields from your Trigger)has_tool(any tool the run called)tool_error(any tool that errored)model(model name)answer_length(chars)citations(count)groundedness_score- Any custom tag or feature you added
=, !=, >, <, >=, <=, AND, OR, NOT, IN [...].
Full-text search
Wrap a phrase in quotes to search prompts, tool arguments, tool responses, and answers:Saved views
Save any filter combination as a view. Views show up in the sidebar and can be shared with teammates. Common saved views:- “Yesterday’s downs” — filter by feedback:down, last 24h.
- “Expensive support runs” — cost:>0.5, flow:support-agent.
- “Verification blocks this week” — verification:blocked, last 7d.
Exporting
Any filter result can be exported as:- CSV — one row per trace, includes summary metrics.
- JSONL — full trace payloads, one per line.
- Dataset — creates a Dataset in Reliable → Datasets (see Datasets).
Programmatic access
The APIGET /traces?query=... accepts the same query language. Useful for building custom dashboards or offline analysis.
Rate limits apply — see the API reference.
Insights view
For patterns across many traces (not just individual runs), the Insights page has pre-built charts:- Cost over time.
- Feedback rate over time.
- Top failing intents.
- Retrieval hit rate.
- Model cost breakdown.
- Slowest tools.