Dataroom The `hanzo dataroom` commands.
Also for this capability: API · CLI · MCP · SDKs
A secure document room you share by link and watch page by page.
API reference →
hanzo dataroom datarooms 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.
Command What it does hanzo dataroom healthHealth reports that the data room subsystem is up.
Command What it does hanzo dataroom analytics dataroom get <dataroomId>Rolls up every share link pointing at one data room: session and page-view totals for the room, plus the per-page… hanzo dataroom analytics link get <linkId>Reports how one share link was actually read: total viewing sessions, total page views, and per page the view count,…
Command What it does hanzo dataroom datarooms createOpens a new data room for the caller org and answers with it, including the short public id it is addressed by. hanzo dataroom datarooms documents <id>Puts an already-uploaded document into one of the caller org's data rooms and answers with the new membership id. hanzo dataroom datarooms get <id>Reads one of the caller org's data rooms together with every document in it, each carrying its membership id and order… hanzo dataroom datarooms listReturns every data room in the caller org's own store, newest first, with its short public id, name, description and…
Command What it does hanzo dataroom documents createUpload a document's bytes and record it hanzo dataroom documents file <id>Download a document's bytes as its owner hanzo dataroom documents get <id>Reads one of the caller org's documents — its name, opaque storage key, content type, page count, size and timestamps. hanzo dataroom documents listReturns every document in the caller org's own store, newest first — name, opaque storage key, content type, page…
Command What it does hanzo dataroom links createGrants access: it mints a public share link over one data room (dataroomId) or one document (documentId) — one of… hanzo dataroom links getReturns every live share link in the caller org's own store, newest first, with the controls a visitor will meet:…
Command What it does hanzo dataroom trust artifacts createPublish puts an item on the caller org's trust centre and answers with it. hanzo dataroom trust artifacts update <id>Amend changes an item on the caller org's trust centre — replace its file with a newer edition, move it between public… hanzo dataroom trust center file get <slug> <item>Read a public trust-centre item's bytes hanzo dataroom trust center get <slug>Answers an org's public trust centre: its name, the text a party must accept to ask for a document, and every item it… hanzo dataroom trust center requests <slug>Records a request to read what an independent auditor signed, and answers with its id. hanzo dataroom trust getAnswers the caller org's OWN trust centre: its settings, every item it holds in both tiers, the requests waiting on it,… hanzo dataroom trust replaceSetCenter opens, publishes or withdraws the caller org's trust centre and answers with the centre as it now stands. hanzo dataroom trust requests grant <id>Grant answers a request by opening access: it mints a share link over what was asked for, addressed to the address that… hanzo dataroom trust requests refuse <id>Refuse answers a request by declining it, recording who declined and why.
Command What it does hanzo dataroom view authenticate <linkId>Pass a share link's gates and open a viewing session hanzo dataroom view document file <linkId> <documentId>Read a document's bytes as an authorised link visitor hanzo dataroom view get <linkId>What a share link's visitor sees before authenticating hanzo dataroom view pageview <linkId>Record one page-view against an open viewing session
How is this guide?
Good Bad