list_suites
Retrieve all test suites for a given project code, with optional search by title and pagination controls.
Instructions
Get all test suites in a project with optional search and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Project code (2-10 uppercase letters, numbers, or underscores) | |
| search | No | Search query for suite title | |
| limit | No | Maximum number of items | |
| offset | No | Number of items to skip |