Copy Thread Messages Until Finished
Copy legacy messages in bounded batches without cutting over ownership.
Query Parameters
batch_size?Batch Size
Default
500Range
1 <= value <= 1000max_batches?Max Batches
Default
1000Range
1 <= value <= 10000Response 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": {}
}
]
}