Get HyperExecute Job Status by Job ID
tm.get_hyperExecuteJobByIdRetrieve current status and full details of a HyperExecute job using its job ID, including job-level info, per-task breakdown, and summary statistics.
Instructions
Retrieves the current status and full detail of a HyperExecute Job by its job ID: job-level info (status, job number, label, remark, job type, frameworks, org/user, tunnel, retry-on-failure setting, global/test-suite timeout, created/updated/start/end timestamps, total test count, execution time), a per-Task breakdown (each Task is one independent VM/parallel worker running its share of tests sequentially - a job using multiple parallels typically has multiple Tasks, each with its own status, OS, timing, and retry iteration), a numeric task-count summary, and a job summary (pre-run/post-run status breakdowns plus scenario-stage retry statistics). Input: job_id (the HyperExecute Job ID, e.g. a UUID like "11111111-1111-1111-1111-111111111111" - distinct from a Test Manager test_run_id or test_case_id; this tool does not discover a job_id from a Test Manager ID, it requires one already known). IMPORTANT: this is a snapshot at the moment of the call - for a still-queued/running job, call again later for updated status. The API's jobLabel field is a JSON-encoded string rather than a real array; parsed defensively into a readable label, falling back to the raw value if unparseable. Read-only; does not modify anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |