Skip to main content
POST
/
threads
/
search
Search threads
curl --request POST \
  --url https://api.smith.langchain.com/v1/deepagents/threads/search \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{}'
[
  {}
]

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

Body

application/json

JSON payload passed through to the upstream agent runtime.

Response

Threads returned from the upstream runtime.