List nodes created by a run
GET/runs/:id/nodes
Returns all graph nodes whose created_by_run_id equals the run identified by id. The response includes the run_id and the full list of nodes. Returns 404 when the run does not exist.
Request
Responses
- 200
- 401
- 404
- 500
- 503
OK
Unauthorized
Run not found
Internal server error
Run or graph repository not available