Basic Syntax
key=value pairs. The CLI automatically converts types based on the cached schema.
Examples
Output Formats
Control how results are displayed with--format (or -f):
- JSON (default)
- CSV
- JSONL
- Table
Field Filtering
Include Specific Fields
Select only the fields you need:Exclude Fields
Remove verbose or unnecessary fields:Field Presets
Use built-in presets for common use cases:Saving Output
Save to File
Compact JSON
Minify JSON output for smaller file sizes:Quiet Mode
Suppress progress messages for clean piping:Piping to Other Tools
Combine with database loading or other CLI commands:Options Reference
| Option | Short | Description |
|---|---|---|
--format | -f | Output format: json, jsonl, csv, table (default: json) |
--fields | Include only specified fields (comma-separated, dot-notation) | |
--exclude | Exclude specified fields from output | |
--fields-preset | Built-in field preset: minimal, contact, recruiting | |
--compact | Minify JSON output | |
--output | -o | Save output to file |
-q | Quiet mode — suppress progress messages |