List HyperExecute Jobs
tm.get_hyperExecuteJobsLists HyperExecute jobs, newest first, with status, labels, and test counts. Displays the Test Manager test_run_id for KaneAI-triggered jobs to link test runs to jobs.
Instructions
Lists every HyperExecute Job in the organization (not scoped to one specific job), newest first: job ID, job number, status, label, remark, task/test counts, who triggered it and how, timestamps, and execution time. When a job carries it, also shows its originating Test Manager test_run_id (from the job's meta.runId field) - the way to find which HyperExecute job corresponds to a known Test Manager test run. Not every job has this link (only KaneAI/Test-Manager-triggered jobs reliably do). Input: limit (page size, default 10, no documented hard maximum), cursor (a job_number to resume just below - from a previous response's 'Next Cursor' hint), show_test_summary (request the job_summary field - has returned null on every job observed so far, may not be populated for all job types). IMPORTANT: there is no way to filter or search directly by test_run_id/label server-side - finding a specific run's job means paging through results and checking each one's Test Manager Run ID. This can require checking many pages for an older run, since job numbers are not contiguous per organization. Read-only; does not modify anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| show_test_summary | No |