Newer Version Available

This content describes an older version of this product. View Latest

RRA Insight Graph

Output representation of graph payload, such as nodes and edges for UI rendering.
JSON example
1{
2    "objects": [
3      {
4        "entityId": "rra-entity-001",
5        "flexNodeId": "a2Zxx0000000AAA",
6        "resolutionStatus": "RESOLVED",
7        "resolutionConfidence": 0.92,
8        "isAccessRestricted": false,
9        "entityAttributes": {
10          "type": "Person",
11          "name": "Jane Doe",
12          "title": "VP Finance",
13          "company": "Acme Corp"
14        }
15      },
16      {
17        "entityId": "rra-entity-002",
18        "flexNodeId": "a2Zxx0000000AAB",
19        "resolutionStatus": "RESOLVED",
20        "resolutionConfidence": 0.95,
21        "isAccessRestricted": false,
22        "entityAttributes": {
23          "type": "Person",
24          "name": "John Smith",
25          "title": "Director of Procurement",
26          "company": "Acme Corp"
27        }
28      }
29    ],
30    "relationships": [
31      {
32        "relationshipId": "rra-rel-100",
33        "relationshipType": "WORKS_WITH",
34        "predicate": "Jane Doe collaborates with John Smith on procurement initiatives.",
35        "relationshipSummary": "Jane and John have collaborated on procurement initiatives since 2024.",
36        "strength": 0.78,
37        "validityScore": 0.84,
38        "actionabilityScore": 0.71,
39        "isActionable": true,
40        "status": "ACTIVE",
41        "notes": null,
42        "flexEdgeId": "a2Yxx0000000BBB",
43        "fromEntityId": "rra-entity-001",
44        "toEntityId": "rra-entity-002",
45        "evidenceIds": [
46          "rra-evid-9001"
47        ]
48      }
49    ],
50    "sources": [
51      {
52        "sourceId": "rra-src-10",
53        "sourceType": "DATA_CLOUD_NOTE",
54        "sourceReference": "DCRRANote:0hNxx0000000CCC",
55        "sourceMetadata": {
56          "noteSource": "SalesEmail",
57          "retrievedAt": "2026-01-15T21:01:00.000Z"
58        },
59        "confidenceScore": 0.90,
60        "dataSensitivity": "INTERNAL"
61      }
62    ],
63    "evidence": [
64      {
65        "evidenceId": "rra-evid-9001",
66        "relationshipId": "rra-rel-100",
67        "sourceId": "rra-src-10",
68        "contentHash": "b94d27b9934d3e08a52e52d7da7dabfa",
69        "evidenceSnippet": "Jane mentioned she has been partnering with John on procurement for the past two quarters.",
70        "startOffset": 0,
71        "endOffset": 91,
72        "evidenceQuality": 0.80,
73        "additionalDetails": null
74      }
75    ]
76  }
Property Name Type Description Filter Group and Version Available Version
evidence Rra Rel Evidence[] List of evidence records that support relationships in the graph. Big, 67.0 67.0
objects Rra Entity[] List of objects nodes included in the relationship insight graph. Big, 67.0 67.0
relationships Rra Relationship[] List of relationships (edges) between objects in the graph. Big, 67.0 67.0
sources Rra Insight Source[] List of sources that's used to derive relationships in the graph. Big, 67.0 67.0