{ "opencollection": "1.0.0", "info": { "name": "Albato Automations Executions API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Executions", "type": "folder" }, "items": [ { "info": { "name": "List executions", "type": "http" }, "http": { "method": "GET", "url": "https://albato.com/api/v1/automations/:id/executions", "params": [ { "name": "id", "value": "", "type": "path", "description": "Automation ID" }, { "name": "status", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns execution history for a specific automation." } ] } ], "bundled": true }