Skip to main content

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.

Match records in an uploaded dataset against Landbase’s company and contact database. Returns a new dataset with match results appended.

match

Usage
landbase-cli match <dataset-id> [flags]
dataset-id
string
required
The ID of the dataset to match. Obtain a dataset ID by running landbase-cli upload or landbase-cli datasets list.
Flags
FlagDefaultDescription
--waitBlock until the match completes before returning
--timeout=<seconds>~600Override the default polling timeout
--no-update-checkSkip the daily update check
--verbosePrint request/response details to stderr
Examples
# Match a dataset and wait for results
landbase-cli match <dataset-id> --wait

# Match with a custom timeout
landbase-cli match <dataset-id> --wait --timeout=300