Skip to main content
What this builds. A drill-down from a filtered event list into one trace, one event, and pagination. You’ll end up with. The last 24h of failed events, the full trace tree behind the first one, a single-event re-fetch, and a two-page pagination demo.

Expected output

q.traces() groups a page of events by trace_id for you; Analytics.trace(trace_id) returns the complete tree for one trace. For per-run interface detail (a chatbot conversation, form submission, etc.) use Analytics.run(object=…, run_id=…).

See also

Filters & overloads

Narrow the event list before paging it.

Table & export

Project events into columns and export.

Reference

events, traces, trace, event, run.