Get HyperExecute Test Execution Details
tm.get_hyperExecuteTestDetailsRetrieve HyperExecute routing details (Job ID, Task ID, session ID) for an automation test execution using its automation_test_id. Use to link an execution to its HyperExecute Job.
Instructions
Retrieves one specific automation test execution's HyperExecute routing details by its automation_test_id (the same ID shown as 'Automation Test ID'/test_id by tm.get_testCaseInstancesByTestRunId, tm.get_testExecutionHistoryByTestCaseId, tm.get_testExecutionRCA, and as sessionID/testID by tm.get_hyperExecuteJobSessions). Returns its status, Job ID, Task ID, Stage ID, step/retry number, and session ID.
THIS IS THE RECOMMENDED WAY to find which HyperExecute Job (tm.get_hyperExecuteJobById) an execution belongs to, when you already have an automation_test_id - fast and reliable, including for scheduled Test Manager runs. It requires the automation_test_id to already be known (from one of the tools above), and that instance must have actually reached a session (an instance that failed before a session was created has no automation_test_id at all, so there is nothing to look up here). Read-only; does not modify anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| automation_test_id | Yes |