🚀 Share how you're building agents for a chance to win LangChain swag!
curl --request POST \
--url https://api.example.com/threads/{thread_id}/copy{
"thread_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"metadata": {},
"config": {},
"values": {},
"interrupts": {}
}Create a new thread with a copy of the state and checkpoints from an existing thread.
curl --request POST \
--url https://api.example.com/threads/{thread_id}/copy{
"thread_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"metadata": {},
"config": {},
"values": {},
"interrupts": {}
}Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-openap-1765292790-ae6c60d.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the thread.
Success
The ID of the thread.
The time the thread was created.
The last time the thread was updated.
The thread metadata.
The status of the thread.
idle, busy, interrupted, error The thread config.
The current state of the thread.
The current interrupts of the thread.
Was this page helpful?