Preview Bulk Move Memories
Preview a bounded bulk memory move before mutating data.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Move selected memories from one space into another.
Response Body
application/json
application/json
curl -X POST "https://example.com/memories/bulk/move/preview" \ -H "Content-Type: application/json" \ -d '{ "selection": {}, "target_space_id": "string" }'{ "count": 0, "max_allowed": 5000, "limit_exceeded": true, "source_space_id": "string", "target_space_id": "string", "selection_mode": "string", "excluded_count": 0, "message": "string"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}