list_plans
Retrieve test plans from a project. Supports pagination with limit and offset to control result size.
Instructions
Get all test plans in a project with optional pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Project code (2-10 uppercase letters, numbers, or underscores) | |
| limit | No | Maximum number of items | |
| offset | No | Number of items to skip |