list_test_cases
Retrieve test cases from a QA Sphere project with pagination and filters by tags, folders, priority, or search term.
Instructions
List test cases from a project in QA Sphere. Supports pagination and various filtering options. Usually it makes sense to call get_project tool first to get the project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| tags | No | Filter by tag IDs | |
| draft | No | Filter draft vs published test cases | |
| limit | No | Number of items per page | |
| search | No | Search term to filter test cases | |
| folders | No | Filter by folder IDs | |
| include | No | Related data to include in the response | |
| sortField | No | Field to sort results by | |
| sortOrder | No | Sort direction (ascending or descending) | |
| priorities | No | Filter by priority levels | |
| projectCode | Yes | Project code identifier (e.g., BDI) |