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 named bookmark for a search query plus its filters. Instead of re-typing “failed payments where cost is over five dollars in the last seven days” every Monday, you save it once and the whole team can return to it from the Search landing page.
What a Saved Search Stores
Each saved search stores three things:- A query: The text you typed into the search bar
- A filter set: Any filters that were active when you saved
- A name: A human-readable label
The Saved Searches Page
The Search landing page (when you haven’t typed a query yet) is the saved searches table. Each row shows:| 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 the Search page and run a query (or apply filters).
- Click Save search in the toolbar.
- Give it a descriptive name.
- Confirm.
Assigning Ownership
Each saved search can be assigned to a member of your organization. Assignment doesn’t restrict access; everyone can still see and open the search. It’s a lightweight ownership signal so your team knows who’s responsible for reviewing matches. 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 has:- Assign to: Change the assignee
- Rename: Update the saved search’s name (this also changes its URL slug)
- Delete: Remove the saved search. The underlying traces are not affected — only the bookmark is removed.
Editing a Saved Search
When a saved search is loaded and you change the query or filters, Latitude detects the drift and surfaces a split action button:- 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.
- “My saved search is fine but I want to look at last 30 days instead of 7”: choose Update saved search.
- “I want a sibling of this saved search that adds a model filter”: choose Save as new search.
Saved Searches Replace Annotation Queues
If your team used annotation queues, saved searches are the direct replacement for the queue-list and queue-review workflows. The mapping is straightforward:| Old concept | New concept |
|---|---|
| Manual annotation queue | Saved search with no automatic refresh — assign someone and have them annotate the matches |
| Live annotation queue | Saved search with filters that match the same cohort; the Total and Annotated counts refresh automatically |
| System annotation queue | A flagger, configured in project settings |
| Queue review screen | The trace detail view — open a matching trace and annotate inline |
| Queue assignee | The saved search’s assignee |
| Queue completion | The Annotated / Total ratio plus your team’s own definition of “done” |
Workflows
Investigate a specific cohort
You’re investigating reports that the agent gets confused on 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 over a few days; the Total count tells you how many remain, and Annotated tells you how much you’ve already reviewed.
Watch for a recurring issue
You’ve resolved an issue around tool retries and want to make sure it doesn’t come back.- Run a search filtered to the relevant tag or metadata.
- Save it as “Tool retry regressions”.
- Check it weekly; the Last found timestamp tells you when the latest matching trace appeared.
Share a cohort with a teammate
You’ve built a search that surfaces interesting jailbreak attempts. You want a teammate to take a closer look.- Save the search.
- Reassign it to the teammate.
- They’ll see it in the table with their avatar on it the next time they open the Search page.
What Saved Searches Don’t Do
Saved searches are bookmarks, not subscriptions. They don’t notify you when a new trace matches, don’t generate evaluation scores, and don’t run any background processing. If you want 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