List edges in a graph
GET/graphs/:id/edges
Returns edges associated with the specified graph (source or target). Optionally filtered by edge_type (repeatable), source_node_id, target_node_id, or run_id. Results are passed through the configured GraphReadFilter.
Request
Responses
- 200
- 401
- 404
- 500
OK
Unauthorized
Graph not found
Internal server error