Documentation Index
Fetch the complete documentation index at: https://docs.latitude.so/llms.txt
Use this file to discover all available pages before exploring further.
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 Search landing 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 Page
When no query is active, the Search landing page shows saved searches. Each row includes:| Column | What it shows |
|---|---|
| Saved search | The name, plus a preview of the query, filter count, and creation date |
| Last found | The timestamp of the most recent matching trace |
| Assigned To | The team member responsible for this search (optional) |
| Annotated | How many matching traces have at least one annotation on them |
| Total | How many traces match the saved search right now |
Creating a Saved Search
- Open Search and run a query, apply filters, or both.
- Click Save search in the toolbar.
- Give it a descriptive name and confirm.
Assigning Ownership
Each saved search can be assigned to an organization member. Assignment is only an ownership signal: everyone can still see and open the search. To assign or reassign:- Open the row’s actions menu and pick Assign to, or
- Click the assignee cell directly in the table and choose a member from the dropdown.
Renaming and Deleting
The row’s actions menu lets you assign, rename, or delete a saved search. Deleting removes only the bookmark; the underlying traces are not affected.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”.
- Assign it to yourself.
- Work through the matches. Total shows the cohort size; Annotated shows review progress.
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”.
- Check it weekly; Last found shows when the latest matching trace appeared.
Share a cohort with a teammate
You’ve found interesting jailbreak attempts and want a teammate to review them.- Save the search.
- Reassign it to the teammate.
- They’ll see it with their avatar the next time they open Search.
What Saved Searches Don’t Do
Saved searches are bookmarks, not subscriptions. They don’t notify you, generate evaluation scores, or run background processing when a new trace matches. For automated detection that produces scores and feeds issue discovery, see Flaggers.Next Steps
- 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