Retrieve an agent template, agent nodes, and graph connections.
node_type) and connections.
| Field | Type | Description |
|---|---|---|
agent.id | string | Agent ID. |
agent.name | string | Agent display name. |
agent.description | string | Agent description. |
agent.visibility | string | null | Visibility setting (public or private). |
agent.created_at | string | ISO timestamp. |
agent.updated_at | string | ISO timestamp. |
agent_nodes[].agent_node_id | string | Agent node instance ID. Use this in operations[].agent_node_id for update_node and delete_node. |
agent_nodes[].node_type.node_type_id | string | Node type ID for this agent node. |
agent_nodes[].node_type.node_type_name | string | null | Node type display name for this agent node. |
agent_nodes[].node_type.docs_url | string | null | Canonical docs page URL (from nodes.docs_path). |
agent_nodes[].node_type.params_docs_url | string | null | Exact params/API section URL (from nodes.docs_anchor). |
agent_nodes[].params_used | object | Current parameter configuration for this node instance. |
connections[] | array | Directed edges between agent_node_id values in this agent graph. |