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