Skip to main content
POST
/
distribution-channels
/
count
Count Distribution Channels
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

Authorizations

bbot-api-key
string
header
required

API key for authentication

Body

application/json

Payload for counting assistants.

metadata
Metadata · object

Metadata to filter by. Exact match filter for each KV pair.

graph_id
string

The ID of the graph to filter by. The graph ID is normally set in your langgraph.json configuration.

Response

Success

The response is of type integer.