Hanzo AI

Dataset

The `hanzo dataset` commands.

Also for this capability: API · CLI · MCP · SDKs

The per-org dataset plane of /v1/risk: a dataset is a VERSIONED, IMMUTABLE snapshot of one tenant's own event surface, and this is where it is declared, materialised, described, exported and disposed of.

API reference →

hanzo dataset list

Every command takes --json for the raw response and --help for its own flags. Sign in once with hanzo auth login; the commands below use that session, and the org they act in is the one it carries.

CommandWhat it does
hanzo dataset createDeclare the next version of a dataset
hanzo dataset listList this org's datasets

export

CommandWhat it does
hanzo dataset export <name>Read a version's rows back, one page at a time

get

CommandWhat it does
hanzo dataset get <name>Describe every version of one dataset

lineage

CommandWhat it does
hanzo dataset lineage <name>Show where a version's rows came from, and whether that can still be demonstrated

materialize

CommandWhat it does
hanzo dataset materialize <name>Materialise the declared version into immutable rows

rm

CommandWhat it does
hanzo dataset rm <name>Dispose of one dataset and every version of it

How is this guide?

On this page