{ "opencollection": "1.0.0", "info": { "name": "Robocorp Control Room Assets Workers API", "version": "v1" }, "items": [ { "info": { "name": "Workers", "type": "folder" }, "items": [ { "info": { "name": "List Workers", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.robocorp.com/api/v1/workspaces/:workspace_id/workers", "params": [ { "name": "workspace_id", "value": "", "type": "path", "description": "The workspace identifier" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of workers to return" }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List all workers in a workspace." }, { "info": { "name": "Create Worker Link Token", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.robocorp.com/api/v1/workspaces/:workspace_id/workers/link-tokens", "params": [ { "name": "workspace_id", "value": "", "type": "path", "description": "The workspace identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Generate a link token to connect a new worker to the workspace." }, { "info": { "name": "Get Worker", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.robocorp.com/api/v1/workspaces/:workspace_id/workers/:worker_id", "params": [ { "name": "workspace_id", "value": "", "type": "path", "description": "The workspace identifier" }, { "name": "worker_id", "value": "", "type": "path", "description": "The worker identifier" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve a specific worker by ID." }, { "info": { "name": "Update Worker", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.robocorp.com/api/v1/workspaces/:workspace_id/workers/:worker_id", "params": [ { "name": "workspace_id", "value": "", "type": "path", "description": "The workspace identifier" }, { "name": "worker_id", "value": "", "type": "path", "description": "The worker identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Modify worker details such as name and group assignment." }, { "info": { "name": "Delete Worker", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud.robocorp.com/api/v1/workspaces/:workspace_id/workers/:worker_id", "params": [ { "name": "workspace_id", "value": "", "type": "path", "description": "The workspace identifier" }, { "name": "worker_id", "value": "", "type": "path", "description": "The worker identifier" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Remove a worker from the workspace." } ] } ], "bundled": true }