Get Relationship Insights

Output representation of the full viewable insight graph.
JSON example
1{
2  "insight": {
3    "insightId": "rra-insight-000456",
4    "status": "COMPLETED",
5    "triggerSource": "MANUAL_CLICK",
6    "aiScoringModelDefId": "a0Bxx0000000001AAA",
7    "jobId": "JOB-LEAD-9f31c",
8    "lastUpdated": "2026-01-15T22:30:01.000Z"
9  },
10  "target": {
11    "targetRecordId": "006xx0000001234AAA",
12    "targetSObjectType": "Opportunity"
13  },
14  "graph": {
15    "objects": [
16      {
17        "entityId": "rra-entity-001",
18        "flexNodeId": "a2Zxx0000000AAA",
19        "resolutionStatus": "RESOLVED",
20        "resolutionConfidence": 0.92,
21        "isAccessRestricted": false,
22        "entityAttributes": {
23          "type": "Person",
24          "name": "Jane Doe",
25          "title": "VP Finance",
26          "company": "Acme Corp"
27        }
28      },
29      {
30        "entityId": "rra-entity-002",
31        "flexNodeId": "a2Zxx0000000AAB",
32        "resolutionStatus": "RESOLVED",
33        "resolutionConfidence": 0.95,
34        "isAccessRestricted": false,
35        "entityAttributes": {
36          "type": "Person",
37          "name": "John Smith",
38          "title": "Director of Procurement",
39          "company": "Acme Corp"
40        }
41      }
42    ],
43    "relationships": [
44      {
45        "relationshipId": "rra-rel-100",
46        "relationshipType": "WORKS_WITH",
47        "predicate": "Jane Doe collaborates with John Smith on procurement initiatives.",
48        "relationshipSummary": "Jane and John have collaborated on procurement initiatives since 2024.",
49        "strength": 0.78,
50        "validityScore": 0.84,
51        "actionabilityScore": 0.71,
52        "isActionable": true,
53        "status": "ACTIVE",
54        "notes": null,
55        "flexEdgeId": "a2Yxx0000000BBB",
56        "fromEntityId": "rra-entity-001",
57        "toEntityId": "rra-entity-002",
58        "evidenceIds": [
59          "rra-evid-9001"
60        ]
61      }
62    ],
63    "sources": [
64      {
65        "sourceId": "rra-src-10",
66        "sourceType": "DATA_CLOUD_NOTE",
67        "sourceReference": "DCRRANote:0hNxx0000000CCC",
68        "sourceMetadata": {
69          "noteSource": "SalesEmail",
70          "retrievedAt": "2026-01-15T21:01:00.000Z"
71        },
72        "confidenceScore": 0.90,
73        "dataSensitivity": "INTERNAL"
74      }
75    ],
76    "evidence": [
77      {
78        "evidenceId": "rra-evid-9001",
79        "relationshipId": "rra-rel-100",
80        "sourceId": "rra-src-10",
81        "contentHash": "b94d27b9934d3e08a52e52d7da7dabfa",
82        "evidenceSnippet": "Jane mentioned she has been partnering with John on procurement for the past two quarters.",
83        "startOffset": 0,
84        "endOffset": 91,
85        "evidenceQuality": 0.80,
86        "additionalDetails": null
87      }
88    ]
89  },
90  "links": {
91    "self": "/services/data/v67.0/connect/relationship-research/insights/rra-insight-000456",
92    "generate": "/services/data/v67.0/connect/relationship-research/insights"
93  }
94}
Property Name Type Description Filter Group and Version Available Version
graph Rra Insight Graph[] Relationship insight graph that contains objects, relationships, sources, and supporting evidence. Big, 67.0 67.0
insight Rra Insight Header[] Metadata about the generated relationship insight. Big, 67.0 67.0
links Rra Links[] Hypermedia links related to the insight resource. Big, 67.0 67.0
target Rra Insight Target[] Identifies the Salesforce record for which the relationship insight graph is generated. Big, 67.0 67.0