Layout Overview
The Views tab is organized into two areas.| Region | Purpose |
|---|---|
| Views Table | The list of saved views with their metadata, monitoring state, and row actions |
| Expanded Row | When a row is expanded, shows the query details, trend chart, preview grid, and share panel for the selected view |
Views Table
The views table displays one row per saved view. Each row exposes a fixed set of columns plus a three-dot action menu.| Column | Description |
|---|---|
| Name | The view name. Click to expand the row and see full details. |
| Total Results | The cumulative count of items matching the view filters. |
| Last Result | How long ago the most recent matching result was detected. |
| Creation Time | When the view was created. |
| Created By | The user who created the view, shown as avatar and name. |
| Monitoring | Toggle to enable or disable alerts for this view. When enabled, users with access to the dataset receive a notification whenever new items match the view. See Monitoring and Alerts for alert delivery details. |
Row Actions
Each row exposes a Share icon and a three-dot menu. The Share icon opens the share panel for emailing the view to a collaborator. The three-dot menu exposes Delete, which permanently removes the view and its trend data. Views are immutable. To change a view’s filters, delete it and create a new one from the Explore tab. To manage saved views programmatically, see the Saved Views API.Expanded Row
Clicking a row expands it into two sections that sit inside the table.Query Details
The Query Details section is a read-only display of every filter captured in the view, shown as filter badges. An Explore Results button jumps to the Explore tab with the view’s filters applied. A saved view records the complete filter state at creation:| Captured Element | Description |
|---|---|
| Text and semantic queries | The natural-language search string, if any. See Semantic Search. |
| VQL filters | Visual Query Language filter expressions. |
| Label and user tag selections | Class labels and custom user tags applied as filters. |
| Quality issue filters | Duplicate, outlier, and mislabel filters. See Quality & Confidence Thresholds. |
| Entity type | Whether the view targets images, objects, or video frames. |
| Similarity thresholds | Thresholds used in Visual Search. |
| Metadata source filters | Custom metadata filter values. |
| Folder path filters | Directory scoping applied to the view. |
Trend Results and Preview
Below the query details, the expanded row displays a split panel:| Panel | Description |
|---|---|
| Trend Results (left) | A bar chart showing how the result count has changed over time. The chart displays the last 8 data points with timestamps and counts. Hovering any bar reveals the exact date and count for that point. |
| Preview (right) | A scrollable grid of thumbnail images from the current matching results. |
Share Panel
The share panel is reached from either the row’s Share icon or the expanded row. It contains a recipient email field, an optional personal message (up to 250 characters), and an Invite button that sends an email with the view context and a direct link. For the full procedure, see Sharing a View. Sharing a view does not grant additional access. Views are visible to every collaborator on the dataset, and the share action simply draws attention to a specific view.Related Resources
Saved Views
Create, monitor, share, and manage named filter queries
Dataset Interface Reference
Overview of the full dataset workspace and the four tabs
Monitoring and Alerts
How the monitoring and alerting system behind Views works
Explore Tab
Build the filter combinations that become saved views