Skip to main content
POST
/
threads
/
{threadID}
/
resolve-interrupt
Resolve an interrupted thread
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.

Authorizations

X-Api-Key
string
header
default:LANGSMITH_API_KEY
required

Path Parameters

threadID
string
required

Thread ID.

Response

Interrupt resolved.