Get node neighbours
GET/graphs/:id/nodes/:nodeId/neighbours
Returns the nodes and edges reachable from the specified node in one hop (undirected). Results are passed through the configured GraphReadFilter.
Request
Responses
- 200
- 400
- 401
- 404
- 500
OK
Unsupported hop count
Unauthorized
Graph or node not found
Internal server error