---
title: Records
description: The enrichment dataset browser at
---

# Records



## Purpose

RECORDS is the data-exploration view: browse enrichment datasets and download the underlying artifacts for any record. It is the slice used for pulling training data and verifying what was captured.

Deep link: `ops.useargus.co/#/records` (nav group DATA & ADMIN).

## What it shows

A split layout:

* DATASETS (left): a tree grouped tenant, then store, then month, with each leaf showing the record count and total size. The tree is scoped to the globally selected tenant when one is set.
* ARTIFACTS (right): the records of the selected dataset, behind a filter toolbar:
  * Classification: any, shoplifting, suspicious, none.
  * Min conf: a numeric threshold from 0.0 to 1.0.
  * Sort: captured, confidence, size, rating. Order: desc or asc. Limit: 50, 100, 200, 500.
  * A REFRESH button.
* The records table: captured, class, rating, conf, size, incident, camera. Column headers are click-to-sort. Clicking a row opens the record drawer with the record's artifacts and per-artifact download.
* A footer with real keyset pagination: PREV and NEXT buttons plus a page indicator ("page N, showing X rows, more available" when a further page exists). PREV is disabled on the first page; NEXT is disabled when the page was not full.

Data sources: `GET /enrichment/datasets` and `GET /enrichment/records`.

## Actions

* REFRESH reloads the current dataset (or the dataset tree when none is selected).
* NEXT and PREV walk the keyset cursor pages.
* The record drawer offers per-artifact downloads.

No step-up confirmations; this view is read-only.

## Matching CLI

```bash
argusctl records ls
```

See [argusctl records](/docs/cli/records).

## Notes

* This view is manual-refresh by design; it does not poll.
* Initial right-pane state: "select a dataset on the left". Empty result state: "no records match".
* Changing any filter or sort resets pagination to the first page.


---

For a semantic overview of all documentation, see [/sitemap.md](/sitemap.md)

For an index of all available documentation, see [/llms.txt](/llms.txt)

For agent-facing discovery, including API and MCP surfaces, see [/agents.md](/agents.md)