POST
/
threads
/
count
Count Threads
curl --request POST \
  --url https://api.b-bot.space/v2/threads/count \
  --header 'Content-Type: application/json' \
  --data '{
  "metadata": {},
  "values": {},
  "status": "idle"
}'
123

Body

application/json

Payload for counting threads.

Response

200
application/json

Success

The response is of type integer.