Agents
Get a node type schema
Retrieve the JSON schema and worked examples for a single node type.
The schema field is an opaque JSON Schema for the node's configuration. Use schema_version as a cache key — it bumps whenever the schema changes.
get/v1/agents/node-types/{node_type}/schema
Path parameters
node_typestring required
The node type to fetch the schema for, e.g. llm.
The node type to fetch the schema for, e.g. llm.
Response
Successful Response