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.
Response Body
application/json
application/json
curl -X POST "http://127.0.0.1:14242/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": {}
}
]
}