cURL
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": {} }
Get an assistant by ID.
The ID of the assistant.
Success
Defines the structure and properties of a graph.