List Folders
list_foldersBrowse and organize test case folders in a QA Sphere project. Paginate and sort results 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) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | List of folders | |
| page | Yes | Current page number | |
| limit | Yes | Number of items per page | |
| total | Yes | Total number of items available |