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/count \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{}'123Count threads matching the specified criteria. Request and response bodies are proxied unchanged to the upstream agent runtime.
curl --request POST \
--url https://api.smith.langchain.com/v1/deepagents/threads/count \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{}'123Documentation Index
Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
Use this file to discover all available pages before exploring further.
JSON payload passed through to the upstream agent runtime.
Thread count.
The response is of type integer.
Was this page helpful?