Get a node (any graph)
GET/nodes/:id
Returns a single node by ID without requiring the caller to know which graph it belongs to. The node carries its own GraphID in the response. Useful for lineage and delete-cascade flows that only know the node ID.
Request
Responses
- 200
- 401
- 403
- 404
- 500
OK
Unauthorized
Forbidden
Node not found
Internal server error