cURL
curl --request GET \ --url https://api.example.com/assistants/{assistant_id}/schemas
{ "input_schema": {}, "output_schema": {}, "state_schema": {}, "config_schema": {} }
Get the JSON schemas for an assistant’s graph.
Returns the input, output, state, and config schemas derived from the underlying graph’s type annotations.
Successful Response
Agent schema definitions for client integration
JSON Schema for agent inputs
JSON Schema for agent outputs
JSON Schema for agent state
JSON Schema for agent config