{ "opencollection": "1.0.0", "info": { "name": "UiPath Automation Hub Alerts Queues API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Queues", "type": "folder" }, "items": [ { "info": { "name": "UiPath List Queue Definitions", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.uipath.com/{orgName}/{tenantName}/automationhub_/api/v1/odata/QueueDefinitions", "headers": [ { "name": "X-UIPATH-OrganizationUnitId", "value": "" } ], "params": [ { "name": "$filter", "value": "", "type": "query", "description": "OData filter expression to narrow results (e.g., State eq 'Running')" }, { "name": "$top", "value": "", "type": "query", "description": "Maximum number of records to return (default 100, max 1000)" }, { "name": "$skip", "value": "", "type": "query", "description": "Number of records to skip for pagination" } ] }, "docs": "Retrieves all queue definitions in the current folder. Queue definitions describe named queues used for distributing transaction items to robots, including retry settings, unique reference enforcement, and SLA configurations." }, { "info": { "name": "UiPath Create a Queue Definition", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.uipath.com/{orgName}/{tenantName}/automationhub_/api/v1/odata/QueueDefinitions", "headers": [ { "name": "X-UIPATH-OrganizationUnitId", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new queue definition in the current folder. The queue definition specifies the queue name, maximum retry count, whether to accept only unique references, and enforcement settings." } ] } ], "bundled": true }