POST
/
assistants
/
count
Count Assistants
curl --request POST \
  --url https://api.b-bot.space/v2/assistants/count \
  --header 'Content-Type: application/json' \
  --data '{
  "metadata": {},
  "graph_id": "<string>"
}'
123

Body

application/json

Payload for counting assistants.

Response

200
application/json

Success

The response is of type integer.