Skip to main content
The data command provides one interface for local and cloud extraction results.

Choose a data source

Use --source local|cloud. The default source is local; --local and --cloud remain supported aliases.

View extraction history

For local runs created with a custom artifact directory, pass the same path:

Count rows

Preview rows

Preview returns the latest rows unless --offset is provided. --unexported reads cloud unexported rows without marking them as exported.

Export results

Supported formats are xlsx, csv, html, json, and xml. If --format is omitted, the CLI uses xlsx unless it can infer a format from --file. If --file is omitted, it creates task-name.<format> without overwriting an existing file.

Local output directories

Keep the run, history, and export paths consistent:
See Troubleshooting for empty files and unsupported formats.