v51

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

Get Node by Graph Node ID

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

get/api/v2/nodes/{node_id}

Query parameters

include-infoboolean

When true, populates data.info with kindinfo objects for the node's registered kinds.

Response

OK

When include-info=true, the info field is populated with kindinfo objects.

Example response

{
  "data": {
    "node_id": 1234567890
  }
}