Skip to main content

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

OK