Workflow commands transform datasets through a pipeline of steps. Each step takes a dataset ID and produces a new output dataset.Documentation Index
Fetch the complete documentation index at: https://docs.landbase.com/llms.txt
Use this file to discover all available pages before exploring further.
workflow onboard
Standardize and validate an uploaded dataset before processing. UsageThe ID of the dataset to onboard.
| Flag | Default | Description |
|---|---|---|
--wait | — | Block until the step completes |
--timeout=<seconds> | ~600 | Override the default polling timeout |
workflow match
Match records in a dataset to Landbase’s database. UsageThe ID of the dataset to match.
| Flag | Default | Description |
|---|---|---|
--wait | — | Block until the step completes |
--timeout=<seconds> | ~600 | Override the default polling timeout |
workflow enrich
Enrich matched records with firmographic and contact data. UsageThe ID of the dataset to enrich.
| Flag | Default | Description |
|---|---|---|
--company-fields=<fields> | — | Comma-separated company fields to include, e.g. industry,size_range,hq_city |
--wait | — | Block until the step completes |
--timeout=<seconds> | ~600 | Override the default polling timeout |
workflow publish
Export an enriched dataset to a downloadable file. UsageThe ID of the dataset to publish.
| Flag | Default | Description |
|---|---|---|
--format=<format> | csv | Output format: csv or jsonl.gz |
--wait | — | Block until the step completes |
--timeout=<seconds> | ~600 | Override the default polling timeout |
workflow sketch
Generate taxonomy or segment hints for a dataset. UsageThe ID of the dataset to sketch.
| Flag | Default | Description |
|---|---|---|
--taxonomy-hints=<values> | — | Comma-separated hints, e.g. fintech,healthcare |
--wait | — | Block until the step completes |
--timeout=<seconds> | ~600 | Override the default polling timeout |
workflow status
Check the current status of a running or completed workflow. UsageThe ID of the dataset whose workflow status to check.

