invariance_dna_list_edges
List durable data relationships between objects in your operational graph, filtering by run, kind, or entity to trace dependencies and paginate through results.
Instructions
List durable Company DNA edges — relationships between objects, e.g. the operational graph derived from a run (refund -[REQUIRED]-> policy). Filter by run_id, kind, or entity_id. Output: {data: DnaEdge[], next_cursor}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by edge kind, e.g. REQUIRED, MISSING, TOUCHED. | |
| limit | No | ||
| cursor | No | Opaque pagination token from a previous next_cursor. | |
| run_id | No | Filter to edges derived from this run. | |
| entity_id | No | Filter to edges touching this entity/object. |