{ "opencollection": "1.0.0", "info": { "name": "Understudy Desktop Agent Capabilities Runs API", "version": "2.2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Runs", "type": "folder" }, "items": [ { "info": { "name": "Cancel one exact active run", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:{port}/v1/runs/:run_id/cancel", "params": [ { "name": "run_id", "value": "", "type": "path" } ] }, "docs": "Cancel one exact active run" }, { "info": { "name": "Replay the immutable canonical trace for one exact run", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1:{port}/v1/runs/:run_id/events", "params": [ { "name": "run_id", "value": "", "type": "path" } ] }, "docs": "Replay the immutable canonical trace for one exact run" } ] } ], "bundled": true }