curl --request POST \
--url https://api.b-bot.space/v2/threads/count \
--header 'Content-Type: application/json' \
--data '{
"metadata": {},
"values": {},
"status": "idle"
}'
123
Get the count of threads matching the specified criteria.
curl --request POST \
--url https://api.b-bot.space/v2/threads/count \
--header 'Content-Type: application/json' \
--data '{
"metadata": {},
"values": {},
"status": "idle"
}'
123
Payload for counting threads.
Success
The response is of type integer
.