{ "opencollection": "1.0.0", "info": { "name": "AnchorBrowser Agentic capabilities Tasks API", "version": "1.0.0" }, "items": [ { "info": { "name": "Tasks", "type": "folder" }, "items": [ { "info": { "name": "Run a Task", "type": "http" }, "http": { "method": "POST", "url": "https://api.anchorbrowser.io/v2/tasks/:taskId/run", "params": [ { "name": "taskId", "value": "", "type": "path", "description": "The ID of the task to run" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "anchor-api-key", "value": "{{anchor-api-key}}", "placement": "header" } }, "docs": "Triggers execution of a task by ID using the non-deprecated Tasks endpoints.\n" }, { "info": { "name": "Get Task Run Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.anchorbrowser.io/v2/tasks/runs/:runId/status", "params": [ { "name": "runId", "value": "", "type": "path", "description": "The ID of the task run" } ], "auth": { "type": "apikey", "key": "anchor-api-key", "value": "{{anchor-api-key}}", "placement": "header" } }, "docs": "Retrieves the current status and result of a task run in the non-deprecated Tasks endpoints.\n" } ] } ], "bundled": true }