GET
/
assistants
/
{assistant_id}
/
schemas
Get Assistant Schemas
curl --request GET \
  --url https://api.b-bot.space/v2/assistants/{assistant_id}/schemas
{
  "graph_id": "<string>",
  "input_schema": {},
  "output_schema": {},
  "state_schema": {},
  "config_schema": {},
  "context_schema": {}
}

Path Parameters

assistant_id
string<uuid>
required

The ID of the assistant.

Response

200
application/json

Success

Defines the structure and properties of a graph.