List Node History
connections.historyList construction or deformation history of a node by traversing the dependency graph upstream (inputs) or downstream (outputs).
Instructions
List construction/deformation history on a node. Traverses upstream (input) or downstream (output) dependency graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name to query history for | |
| depth | No | Maximum depth to traverse (default 10, max 50) | |
| limit | No | Max history nodes to return (default 500) | |
| direction | No | Direction to traverse: input (upstream), output (downstream), or both | input |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| count | Yes | ||
| errors | Yes | ||
| history | Yes | ||
| truncated | No | ||
| total_count | No | ||
| _size_warning | No | ||
| _original_size | No | ||
| _truncated_size | No |