rca_graph_list_versions
List historical versions of a causal graph with version ID, creation time, node count, and edge count.
Instructions
List all historical versions of a causal graph. A new version is snapshotted automatically every time the graph is saved (node/edge additions, removals, etc).
Returns: str: JSON list of {version_id, created_at, node_count, edge_count}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |