export_memories
Export stored memories to Parquet, JSON, or CSV files for backup, analysis, or integration with other systems.
Instructions
Export memories to file (Parquet, JSON, or CSV format).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Export format (auto-detected from extension) | |
| project | No | Project scope for this operation. Omit to auto-detect from environment. Use "*" to search across all projects. | |
| _agent_id | No | Optional agent identifier for request tracing and per-agent rate limiting. | |
| namespace | No | Export only this namespace (all if not specified) | |
| output_path | Yes | Path for output file (extension determines format) | |
| include_vectors | No | Include embedding vectors in export |