GET
/
assistants
/
{assistant_id}
/
subgraphs
/
{namespace}
Get Assistant Subgraphs by Namespace
curl --request GET \
  --url https://api.b-bot.space/v2/assistants/{assistant_id}/subgraphs/{namespace}
{}

Path Parameters

assistant_id
string<uuid>
required

The ID of the assistant.

namespace
string
required

Namespace of the subgraph to filter by.

Query Parameters

recurse
boolean
default:false

Recursively retrieve subgraphs of subgraphs.

Response

200
application/json

Success

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