alm_list_test_instances
Retrieve all test instances in a test set by providing its ID. The response includes each instance's ID, name, and status.
Instructions
List all test instances (pulled tests) inside a test set.
Args: test_set_id: ID of the test set.
Returns: {"instances": [{"id", "name", "status"}, ...], "count": , "test_set_id": ""}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_set_id | Yes |