{ "opencollection": "1.0.0", "info": { "name": "UiPath Automation Hub Alerts TestExecutions API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "TestExecutions", "type": "folder" }, "items": [ { "info": { "name": "UiPath List Test Executions in a Project", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.uipath.com/{orgName}/{tenantName}/automationhub_/api/v1/api/v2/projects/:projectId/testexecutions", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier of the test project" }, { "name": "page", "value": "1", "type": "query", "description": "Page number for pagination (0-based)" }, { "name": "pageSize", "value": "1", "type": "query", "description": "Number of records per page" } ] }, "docs": "Retrieves test execution results within a specific test project. Test executions represent runs of test sets and contain the aggregate pass/fail status across all included test cases. References to individual test case log objects are included for drill-down." } ] } ], "bundled": true }