Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/threads/count \ --header 'Content-Type: application/json' \ --data ' { "metadata": {}, "values": {} } '
123
Get the count of threads matching the specified criteria.
Payload for counting threads.
Thread metadata to filter on.
State values to filter on.
Thread status to filter on.
idle
busy
interrupted
error
Success
The response is of type integer.
integer
Was this page helpful?