List Test Cases in Tree
testcase_list_in_treeList test cases within a project tree, with pagination support to navigate folders by specifying a parent node ID.
Instructions
List test cases under a project tree with pagination. Use parentNodeId to page into a folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page index (0-based) | |
| size | No | Page size | |
| sort | No | Sort, e.g. name,ASC | |
| query | No | Query string | |
| search | No | Search filter | |
| treeId | Yes | Test case tree ID | |
| baseAql | No | Base AQL applied on the server | |
| filterId | No | Saved filter ID | |
| projectId | Yes | Project ID | |
| parentNodeId | No | Parent folder node ID (omit for tree root) |