Skip to main content
List, inspect, download, and delete datasets in your Landbase workspace.

datasets list

List all datasets in your workspace. Usage
Flags

datasets show

Show details for a single dataset. Usage
dataset-id
string
required
The ID of the dataset to inspect.
Flags

datasets lineage

Show the lineage graph for a dataset — the chain of parent and child datasets produced by workflow steps. Usage
dataset-id
string
required
The ID of the dataset whose lineage to display.
Flags

datasets download

Download a dataset to a local file. Usage
dataset-id
string
required
The ID of the dataset to download.
output-path
string
required
Local file path for the downloaded file. Supported extensions: .parquet, .csv, .jsonl.gz, .jsonl.

datasets delete

Delete a dataset. Usage
dataset-id
string
required
The ID of the dataset to delete.
Flags Examples