UiPath · Capability

UiPath Test Manager API — TestExecutions

UiPath Test Manager API — TestExecutions. 1 operations. Lead operation: UiPath List Test Executions in a Project. Self-contained Naftiko capability covering one Uipath business surface.

Run with Naftiko UipathTestExecutions

What You Can Do

GET
Listtestexecutions — UiPath List Test Executions in a Project
/v1/api/v2/projects/{projectid}/testexecutions

MCP Tools

uipath-list-test-executions-project

UiPath List Test Executions in a Project

read-only idempotent

Capability Spec

test-manager-testexecutions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: UiPath Test Manager API — TestExecutions
  description: 'UiPath Test Manager API — TestExecutions. 1 operations. Lead operation: UiPath List Test Executions in a Project.
    Self-contained Naftiko capability covering one Uipath business surface.'
  tags:
  - Uipath
  - TestExecutions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    UIPATH_API_KEY: UIPATH_API_KEY
capability:
  consumes:
  - type: http
    namespace: test-manager-testexecutions
    baseUri: https://cloud.uipath.com/{organizationName}/{tenantName}/testmanager_
    description: UiPath Test Manager API — TestExecutions business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-projects-projectId-testexecutions
      path: /api/v2/projects/{projectId}/testexecutions
      operations:
      - name: listtestexecutions
        method: GET
        description: UiPath List Test Executions in a Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: page
          in: query
          type: integer
          description: Page number for pagination (0-based)
        - name: pageSize
          in: query
          type: integer
          description: Number of records per page
    authentication:
      type: bearer
      token: '{{env.UIPATH_API_KEY}}'
  exposes:
  - type: rest
    namespace: test-manager-testexecutions-rest
    port: 8080
    description: REST adapter for UiPath Test Manager API — TestExecutions. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v2/projects/{projectid}/testexecutions
      name: api-v2-projects-projectid-testexecutions
      description: REST surface for api-v2-projects-projectId-testexecutions.
      operations:
      - method: GET
        name: listtestexecutions
        description: UiPath List Test Executions in a Project
        call: test-manager-testexecutions.listtestexecutions
        with:
          page: rest.page
          pageSize: rest.pageSize
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: test-manager-testexecutions-mcp
    port: 9090
    transport: http
    description: MCP adapter for UiPath Test Manager API — TestExecutions. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: uipath-list-test-executions-project
      description: UiPath List Test Executions in a Project
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: test-manager-testexecutions.listtestexecutions
      with:
        page: tools.page
        pageSize: tools.pageSize
      outputParameters:
      - type: object
        mapping: $.