{ "opencollection": "1.0.0", "info": { "name": "AI Service Actions Orchestration Rerun Plan API", "version": "1.0.0" }, "items": [ { "info": { "name": "Orchestration Rerun Plan", "type": "folder" }, "items": [ { "info": { "name": "Get orchestration rerun plan", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/orchestration-rerun-plan/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "Job ID" } ] }, "docs": "Returns list of orchestration tasks possible to re-run.\n" } ] } ], "bundled": true }