Skip to content
Start here

Graph

Query graph neighborhood from R2 Data Catalog
GET/accounts/{account_id}/cloudforce-one/events/graph
ModelsExpand Collapse
GraphListResponse object { edges, node, nodes }
edges: array of object { id, relationshipType, source, 5 more }
id: string

Deterministic composite edge id (source→target:relationshipType)

relationshipType: string
source: string

Compact id of the source node (type:uuid)

sourceId: string
sourceType: string
target: string

Compact id of the target node (type:uuid)

targetId: string
targetType: string
node: map[unknown]

Focal node object (legacy single-seed). Null when unavailable.

nodes: array of map[unknown]