v51

OpenAPI 3.0.3Apache-2.0raw.githubusercontent.com2026-08-01276140748.5 KB
OpenGraph (Experimental)
Community
Enterprise

Get Relationship by Graph Relationship ID

Experimental - Returns the details of a graph relationship identified by its graph-assigned integer ID

get/api/v2/relationships/{relationship_id}

Response

OK

Example response

{
  "data": {
    "relationship_id": 1234567890,
    "source_node_id": 1234567890,
    "target_node_id": 1234567890
  }
}