list_test_cases_folders
List test case folders within a QA Sphere project. Supports pagination and sorting by fields like title or creation date.
Instructions
List folders for test cases within a specific QA Sphere project. Allows pagination and sorting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| limit | No | Number of items per page | |
| sortField | No | Field to sort results by | |
| sortOrder | No | Sort direction (ascending or descending) | |
| projectCode | Yes | Project code identifier (e.g., BDI) |