Schedule Distillation
Schedule agent-backed thread distillation for a large or deferred thread.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Request to schedule agent-backed thread distillation.
Response Body
application/json
application/json
curl -X POST "https://example.com/memories/distill/schedule" \ -H "Content-Type: application/json" \ -d '{ "thread_id": "string" }'{ "success": true, "task_id": "string", "scheduled_at": "string", "delay_seconds": 0, "task_type": "string", "thread_id": "string", "recommended_execution_mode": "background_agent", "message": "string"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}