Join us May 13th & May 14th at Interrupt, the Agent Conference by LangChain. Buy tickets >
curl --request POST \
--url https://api.smith.langchain.com/v1/deepagents/threads/{threadID}/resolve-interrupt \
--header 'X-Api-Key: <api-key>'{
"type": "<string>",
"code": "<string>",
"detail": "<string>",
"status": 123
}Complete a human-interrupt pause on the thread without sending new input, allowing execution to continue or finish. On success the response has no body.
curl --request POST \
--url https://api.smith.langchain.com/v1/deepagents/threads/{threadID}/resolve-interrupt \
--header 'X-Api-Key: <api-key>'{
"type": "<string>",
"code": "<string>",
"detail": "<string>",
"status": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?