Get run trace
GET/runs/:id/trace
Returns the structured per-op execution trace for the run identified by id. The trace is a JSON array of per-invocation records written by the executor as the run progresses; it is empty before any ops have been invoked.
Request
Responses
- 200
- 401
- 404
- 500
OK
Unauthorized
Run not found
Internal server error