list_step_results
Retrieve step results for a test execution by providing the execution ID. Each result includes a status code indicating pass, fail, or other states.
Instructions
List the per-step results for an execution.
execution_id is the numeric id of an execution (from list_executions
or search_executions). Returns the step-result records, each with a
status code (-1=UNEXECUTED, 1=PASS, 2=FAIL, 3=WIP, 4=BLOCKED).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| execution_id | Yes | ||
| expand | No |