Copy Thread Messages Until Finished
Copy legacy messages in bounded batches without cutting over ownership.
Query Parameters
batch_size?Batch Size
Range
1 <= value <= 1000Default
500max_batches?Max Batches
Range
1 <= value <= 10000Default
1000Response Body
application/json
application/json
curl -X POST "https://example.com/content-store/thread-messages/copy-all"{}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}