Skip to main content
Filter stored traces in the AgentOS UI using the filter bar, the date picker, and the Runs/Sessions view toggle.

Construct Queries

The filter bar supports structured queries with autocomplete for field names, operators, and enum values.
Filter bar showing autocomplete suggestions

Filter bar with autocomplete suggestions

Syntax:

Fields

Fields are fetched dynamically and may vary. The defaults:

Operators

Operator support varies by field. name (Trace Name) supports =, !=, contains, and startswith, but not in.

Combining Conditions

  • AND: all conditions must match
  • OR: any condition must match
  • Operators and keywords are case-insensitive (and, AND, And all work)

Examples

Single condition:
Text matching:
Multiple conditions:
Mixed operators:

Time Filters

The date picker sits next to the filter bar.
Date picker with preset and custom ranges

Date picker presets

The filter bar and date picker are mutually exclusive. Applying a text filter clears the date range. Picking a date range clears the text filter.

Views

Toggle between two views using the Runs / Sessions tab at the top right of the filter bar.
Runs and Sessions view toggle

Runs and Sessions view toggle

  • Runs: individual trace executions
  • Sessions: traces grouped by session