curl --request GET \
--url https://api.yertle.com/public/orgs/{org_id}/nodes/{node_id}/tree/{branch}/complete{
"node": {},
"tags": {},
"directories": [
"<string>"
],
"documentation": [
"<unknown>"
],
"child_nodes": [
{}
],
"visual_properties": [
{}
],
"connections": [
{}
],
"parent_nodes": [
{}
],
"ingress_connections": [
{}
],
"egress_connections": [
{}
],
"metadata": {}
}Anonymous read of complete node state at the branch HEAD.
curl --request GET \
--url https://api.yertle.com/public/orgs/{org_id}/nodes/{node_id}/tree/{branch}/complete{
"node": {},
"tags": {},
"directories": [
"<string>"
],
"documentation": [
"<unknown>"
],
"child_nodes": [
{}
],
"visual_properties": [
{}
],
"connections": [
{}
],
"parent_nodes": [
{}
],
"ingress_connections": [
{}
],
"egress_connections": [
{}
],
"metadata": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.yertle.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Full state for a node (rendered canvas view).
The response contains the node's metadata plus all visual + relational data needed by the frontend to render the canvas: child nodes, visual properties, connections, parents, and branch context. Nested shapes are intentionally loose because the visual schema is evolving.
Node metadata (id, title, description, org_id, timestamps)
Node tags
Directory paths the node belongs to
Attached documentation entries
Child node summaries
Visual properties for child nodes
Connections between child nodes
Parent nodes that contain this node
Incoming connections from sibling contexts
Outgoing connections to sibling contexts
Aggregate counts (child/connection totals)