sim_edges
List every relation touching an entity, as either subject or object — the two-directional view datum_edges gives. A filtered scan over every stored relation rather than a maintained index: this is a simulation sandbox's model graph, not a large corpus, so scanning on each call is the honest tradeoff over a second data structure that could drift from the source of truth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | entity id to look up |