ktm executions get
Retrieve detailed results for a specific test execution by ID, including status, pass/fail counts, and full JSON output via the ktm CLI.
Get detailed results of a test execution
Usage
ktm executions get <id> [flags]
Examples
# Get execution detail as JSON
ktm executions get 12345
# Get execution detail as table
ktm executions get 12345 -o table
Arguments
| Argument | Required |
|---|---|
id | Yes |
Details
Fetch a single execution by ID and display its detailed results.
The response includes:
- Execution metadata: name, status, pass/fail counts, creator, timestamps
- tests_overview: quick per-test pass/fail summary
- json: full execution data with per-test actions, timing, errors, and variables
In table mode, a human-readable summary is shown with a link to the Kapptivate UI. In JSON mode, the full response is returned including the raw json field.
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on