Saved Searches
A saved search is a reusable search query, filter set, or both. Save it once, then return to the same cohort from the Saved searches dropdown on the Traces page.
What a Saved Search Stores
Each saved search stores:- A query: The text from the search bar, if any
- A filter set: The filters active when you saved, if any
- A name: A human-readable label
The Saved searches dropdown
Saved searches live in the Saved searches dropdown, on the left of the search bar on the Traces page. Open it to see every saved search in the project. Each row shows:
Use the filter box at the top of the dropdown to find a saved search by name. Click a row to reopen the saved search with its query and filters restored. Hovering a row also reveals actions to create or view a monitor, rename, and delete (see below).
Creating a Saved Search
- On the Traces page, run a query, apply filters, or both.
- Click Save search, or open the Saved searches dropdown and click Save current search at the bottom.
- Give it a descriptive name and confirm.
Renaming and Deleting
Hover a row in the Saved searches dropdown to reveal its actions, then rename or delete the saved search. Deleting removes only the bookmark; the underlying traces are not affected. Deleting a saved search also removes any monitor alerts watching it.Editing a Saved Search
When you change the query or filters on a loaded saved search, Latitude shows two actions:- Update saved search: Overwrite the saved search with the current query and filters.
- Save as new search: Keep the original and create a new saved search from the current state.
Workflows
Investigate a specific cohort
You’re investigating reports that the agent gets confused during multi-turn checkout flows.- Run a search like
"checkout"and add a filter formetadata.flow = "checkout"andspanCount >= 5. - Save it as “Checkout flows over 5 steps”.
- Work through the matches, opening each trace to inspect and annotate it.
- Reopen the saved search whenever you want to return to the same cohort.
Watch for a recurring issue
You’ve resolved a tool-retry issue and want to make sure it doesn’t return.- Run a search filtered to the relevant tag or metadata.
- Save it as “Tool retry regressions”.
- Reopen it whenever you want to check, or point a monitor at it to be alerted automatically when matching traces arrive.
Share a cohort with a teammate
You’ve found interesting jailbreak attempts and want a teammate to review them.- Save the search with a clear name.
- Tell your teammate the name.
- Saved searches are shared across the project, so they’ll find it in the Saved searches dropdown.
What Saved Searches Don’t Do
Saved searches are bookmarks, not subscriptions. On their own they don’t notify you, generate evaluation scores, or run background processing when a new trace matches. To get alerted when matching traces start arriving, spike, or stay elevated, point a monitor at the saved search. For automated detection that produces scores and feeds signal discovery, see Flaggers.Next Steps
- Monitors: Alert on a saved search when matching traces arrive, spike, or stay elevated
- Search Overview: How search itself works
- Flaggers: Automatic annotators for common failure categories
- Inline Annotations: Leave feedback on traces from your saved search
- Filters: The shared filter system used inside searches