Get Test Suite Contents
get_test_suite_contentsRetrieve test cases assigned to a specific test suite in Allure TestOps, with optional suite-name confirmation and plain or JSON output.
Instructions
Get test cases directly assigned to one test suite.
This is a targeted hierarchy read. It does not enumerate unrelated suites or recursively traverse the project tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tree_id | No | Optional hierarchy tree ID. If omitted, the default project tree is used. | |
| suite_id | Yes | Suite/group node ID to inspect in hierarchy. | |
| project_id | No | Optional Allure TestOps project ID override. | |
| output_format | No | Output format: 'json' (default) or 'plain'. | |
| expected_suite_name | No | Optional exact suite name used to confirm the target before reading its contents. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tree_id | No | ||
| suite_id | No | ||
| test_case_ids | No | ||
| assigned_count | No |