List nodes in a graph
GET/graphs/:id/nodes
Returns nodes in the specified graph, optionally filtered by entity_type, run_id, or a top-level property key/value pair. Multiple entity_type values may be supplied (?entity_type=Foo&entity_type=Bar). Results are passed through the configured GraphReadFilter.
Request
Responses
- 200
- 401
- 404
- 500
OK
Unauthorized
Graph not found
Internal server error