alm_get_run_steps
Retrieve all steps of a test run, sorted by order, to map evidence like screenshots to the correct step.
Instructions
Get all run steps for a test run, sorted by step order.
Returns step IDs and order numbers — use these to map evidence (screenshots) to the correct step before calling alm_update_run_step or alm_attach_to_entity.
Args: test_run_id: ALM ID of the run.
Returns: {"test_run_id": "", "run_steps": [{"id", "step_order", "name"}, ...], "count": }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_run_id | Yes |