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