๐ Share how you're building agents for a chance to win LangChain swag!
curl --request POST \
--url https://api.example.com/threads/count \
--header 'Content-Type: application/json' \
--data '
{
"metadata": {},
"values": {}
}
'123Get the count of threads matching the specified criteria.
curl --request POST \
--url https://api.example.com/threads/count \
--header 'Content-Type: application/json' \
--data '
{
"metadata": {},
"values": {}
}
'123Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-lschan-1765567880-b1c8e16.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Success
The response is of type integer.
Was this page helpful?