List Test Plans
list_test_plansRetrieve a paginated list of test plans for the current project, showing each plan's ID, name, and test case count. Use page and size parameters to control the results returned.
Instructions
List Test Plans for the current project.
Retrieves a paginated list of Test Plans, showing their IDs, names, and the number of test cases they contain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-based) | |
| size | No | Page size | |
| output_format | No | Output format: 'json' (default) or 'plain'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| size | No | ||
| items | No | Entity-specific collection entries. | |
| total | No | ||
| total_pages | No |