Retrieve an agent template and its configured nodes.
| Field | Type | Description |
|---|---|---|
agent.id | string | Agent ID. |
agent.name | string | Agent display name. |
agent.description | string | Agent description. |
agent.created_at | string | ISO timestamp. |
agent.updated_at | string | ISO timestamp. |
nodes[].id | string | Agent node instance ID. Use this as the key in update_params. |
nodes[].node_type_id | string | The underlying node type ID. Match against GET /agent_nodes for docs. |
nodes[].node_type_name | string | Node type display name. |
nodes[].params_used | object | Current parameter configuration for this node instance. |