Get a node
GET/graphs/:id/nodes/:nodeId
Returns a single node by ID within the specified graph. The full payload (properties, lineage refs, reasoning trace) is included. Results are passed through the configured GraphReadFilter.
Request
Responses
- 200
- 401
- 404
- 500
OK
Unauthorized
Node not found
Internal server error