{ "opencollection": "1.0.0", "info": { "name": "Viam Billing Arm Operations API", "version": "2026.05" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "Operations", "type": "folder" }, "items": [ { "info": { "name": "Viam Get Operations", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.robot.v1.RobotService/GetOperations", "body": { "type": "json", "data": "{}" } }, "docs": "List operations currently running on the machine." }, { "info": { "name": "Viam Cancel Operation", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.robot.v1.RobotService/CancelOperation", "body": { "type": "json", "data": "{}" } }, "docs": "Cancel a running operation by id." }, { "info": { "name": "Viam Block For Operation", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.robot.v1.RobotService/BlockForOperation", "body": { "type": "json", "data": "{}" } }, "docs": "Block the caller until an operation completes." } ] } ], "bundled": true }