List Test Cases
list_test_casesRetrieve a paginated list of test cases from a project, including IDs, names, and tags. Filter by status, tags, or name to review existing test documentation and locate specific cases.
Instructions
List all test cases in a project.
Returns a paginated list of test cases with their IDs, names, and tags. Use this to review existing test documentation in a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based page index. | |
| size | No | Number of results per page (max 100). | |
| tags | No | Optional tag filters (exact match). | |
| status | No | Optional status filter (exact match). | |
| project_id | No | Allure TestOps project ID to list test cases from. | |
| name_filter | No | Optional name/description search. | |
| output_format | No | Output format: 'json' (default) or 'plain'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| size | No | ||
| items | No | Entity-specific collection entries. | |
| total | No | ||
| total_pages | No |