Get Test Plan Test Cases
testplan_get_test_casesRetrieve test cases from a test plan with pagination. Provide the test plan ID and optionally page, size, and sort parameters.
Instructions
Get test cases from a test plan with pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test plan ID | |
| page | No | Page number (zero-based) | |
| size | No | Page size (max 100) | |
| sort | No | Sort (e.g., "name,ASC") |