test_suite_list
List the authenticated user's test suites. Pass suiteId to fetch a single suite together with its ordered items (tests + plans). Pass parentSuiteId to list only that suite's direct children; omit both to list every suite.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| suiteId | No | Fetch this single suite and include its items (tests + plans) | |
| parentSuiteId | No | List only suites whose parent is this id (use '' or omit for all) |