Commands
List Keys
View all external data keys in a document:Get Value
Retrieve the value for a specific key:Set Value
Store or update a value for a key:Delete Key
Remove an external data key:Output Formats
Use the global-o flag for different output formats:
JSON Value Examples
Since values must be valid JSON, here are common patterns:Use Cases
Store Processing Results
Save extraction or analysis results:Track Processing Status
Maintain workflow state:Configuration Storage
Store document-specific configuration:Scripting Integration
Use external data in automated workflows:Notes
External data is stored as JSON in the KDDB database. Complex nested structures are fully supported.
Related
SDK: External Data
Work with external data programmatically
Document Overview
Back to document commands overview
