memory_export
Export memories to JSON for backup or migration. Filter by scope, namespace, or department, and paginate to export large datasets in manageable chunks.
Instructions
Export memories as JSON for backup or migration. Supports filtering by scope, namespace, and department. Max 1000 records per export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Memory scope for isolation | |
| namespace | No | Namespace within scope (e.g., project name, team name) | |
| department | No | Department (e.g., legal, engineering, hr, sales, finance) | |
| limit | No | Maximum memories to export in this page (live, top-level only) | |
| offset | No | Pagination offset; use with has_more to export a large corpus in pages |