testmo_list_cases
List test cases from a project repository, with optional filters for folder, name, or template and pagination control.
Instructions
List test cases in a project's repository. Supports folder/name/template filters and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by name (partial match) | |
| page | No | Page number (default 1) | |
| per_page | No | Rows per page: 15, 25, 50, or 100 (default 100) | |
| folder_id | No | Filter by folder ID | |
| recursive | No | Include sub-folders of folder_id | |
| project_id | Yes | Project ID | |
| template_id | No | Filter by template ID |