{ "opencollection": "1.0.0", "info": { "name": "UiPath Automation Hub Alerts StorageBuckets API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "StorageBuckets", "type": "folder" }, "items": [ { "info": { "name": "UiPath List Storage Buckets", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.uipath.com/{orgName}/{tenantName}/automationhub_/api/v1/odata/StorageBuckets", "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 a list of storage buckets defined in the current folder. Storage buckets provide file storage capabilities for automation processes, backed by providers such as Azure Blob, Amazon S3, or the UiPath internal storage." } ] } ], "bundled": true }