Skip to main content
GET
/
threads
/
{threadID}
Get thread
curl --request GET \
  --url https://api.smith.langchain.com/v1/deepagents/threads/{threadID} \
  --header 'X-Api-Key: <api-key>'
{}

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

Thread returned.

The response is of type object.