List Folders
list_foldersList test case folders in a QA Sphere project using pagination and sorting options to organize and navigate test cases efficiently.
Instructions
List folders for test cases within a specific QA Sphere project. Allows pagination and sorting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of folders to return (0-5000, defaults to 20). Use 0 to fetch only the total count | |
| offset | No | Number of folders to skip before returning results (defaults to 0) | |
| sortField | No | Field to sort results by | |
| sortOrder | No | Sort direction (ascending or descending) | |
| projectCode | Yes | Project code identifier (e.g., BDI) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | List of folders | |
| limit | Yes | Limit applied to the query | |
| total | Yes | Total number of items available | |
| offset | Yes | Offset applied to the query |