Plan Thread Distillation Batch
Build a bounded, read-only plan for bulk thread distillation.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Plan the next safe opt-in batch for thread distillation.
Response Body
application/json
application/json
curl -X POST "https://example.com/memories/distill/batch-plan" \ -H "Content-Type: application/json" \ -d '{ "selection": {} }'{ "version": 1, "source": "api_thread_batch_plan", "selection_mode": "string", "source_space_id": "string", "selection_count": 0, "scanned_threads": 0, "scan_limited": true, "plan": {}, "message": "string"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}