
Default locked views
Some table layouts include default views for convenience. These views are locked and cannot be modified or deleted.- All rows corresponds to all of the records in a given table. This is the default, unfiltered view.
- Non-errors corresponds to all of the records in a given table that do not contain errors.
- Errors corresponds to all of the records in a given table that contain errors.
- Unreviewed hides items that have already been human-reviewed.
Create and manage custom views
- UI
- API
To create a custom view, start by applying the filters, sorts, and columns that you would like to have visible in your view. Then, navigate to the Views dropdown and select Create view.After entering a view, select Save view in the view dropdown menu to save any changes you make to the filters, sorts, and columns.To rename, duplicate, delete, or set as default, use the Manage view submenu in the view dropdown.

Access
Views are accessible and configurable by any member of the organization.Best practices
Use views when:- You frequently reapply the same filters.
- You want to standardize what your team sees.
- You want to review only a subset of records.
- “Logs with Factuality < 50%”
- “Unreviewed high-priority traces”
- “Failing test cases”
- “Tagged with ‘Customer Support’”
- “Lisa’s test cases”
Using views with custom columns
If you regularly filter by complex or nested JSON queries or metadata, consider creating custom columns. Custom columns let you surface frequently-used or computed values directly as columns, simplifying repetitive filtering tasks. Custom columns are also rendered in trace spans, with their own span field view type (for example, JSON, Markdown, or HTML). For example, you can analyze data across multiple models within a single experiment view:- First, define a custom column extracting the model name from your metadata.
- Then, apply the custom column, sort, and any additional standard filters, then save this configuration as a view.
- Lastly, use the filter dropdown to quickly toggle between models.