export
Export memories to JSON or JSONL format, applying filters by tags and date range to select specific data.
Instructions
Export memories as JSON or JSONL. Supports tag and date filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Custom filename (not path). File is saved in the active Vestige data directory's exports/ folder. Default: memories-{timestamp}.{format} | |
| tags | No | Filter by tags (ALL must match) | |
| since | No | Only export memories created after this date (YYYY-MM-DD) | |
| format | No | Export format: 'json' (default), 'jsonl', or 'portable' for exact Vestige-to-Vestige transfer | json |