Skip to main content
GET
/
distribution-channels
/
{channel_id}
/
subgraphs
Get Distribution Channel Subgraphs
curl --request GET \
  --url https://api.b-bot.space/api/v2/distribution-channels/{channel_id}/subgraphs \
  --header 'bbot-api-key: <api-key>'
{}

Authorizations

bbot-api-key
string
header
required

API key for authentication

Path Parameters

channel_id
string<uuid>
required

The ID of the distribution channel.

Query Parameters

recurse
boolean
default:false

Recursively retrieve subgraphs of subgraphs.

Response

Success

Map of graph name to graph schema metadata (input_schema, output_schema, state_schema, config_schema, context_schema).

{key}
GraphSchemaNoId · object

Defines the structure and properties of a graph without an ID.