List Test Cases
list_test_casesRetrieve a paginated list of test cases from a project. Filter by name, tags, or status to review existing test documentation.
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'. |