{ "opencollection": "1.0.0", "info": { "name": "Gremlin agents executions API", "version": "1.0" }, "items": [ { "info": { "name": "executions", "type": "folder" }, "items": [ { "info": { "name": "Get a list of executions associated with an attack.", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/executions", "params": [ { "name": "taskId", "value": "", "type": "query" }, { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ] }, "docs": "Requires the privilege [`EXPERIMENTS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" } ] } ], "bundled": true }