get_all_subsuites
Retrieve all subsuites from a root test suite as a flat list with pagination support for efficient test case management.
Instructions
📋 Get all subsuites from a root suite as flat list with pagination
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format | json |
| include_root | No | Include the root suite in results | |
| page | No | Page number (0-based) | |
| project_key | Yes | Project key | |
| root_suite_id | Yes | Root suite ID to get all subsuites from | |
| size | No | Page size (configurable via MAX_PAGE_SIZE env var) |