cURL
curl --request POST \ --url https://api.b-bot.space/api/v2/distribution-channels/count \ --header 'Content-Type: application/json' \ --header 'bbot-api-key: <api-key>' \ --data ' { "metadata": {}, "graph_id": "<string>" } '
123
Get the count of distribution channels matching the specified criteria.
API key for authentication
Payload for counting assistants.
Metadata to filter by. Exact match filter for each KV pair.
The ID of the graph to filter by. The graph ID is normally set in your langgraph.json configuration.
Success
The response is of type integer.
integer