get_test_run
Retrieve a test run and its items by key. Use this to view a complete test cycle's details, including status and linked test cases.
Instructions
Read a Zephyr Scale test run (test cycle) by key, including its items. IMPORTANT API v1 limitation: a test run is IMMUTABLE after creation — there is no PUT /testrun/{key}. A run cannot be renamed, moved to another folder, and test cases cannot be added to or removed from it later; the set of items is fixed ONLY at creation time. The run status is computed automatically from the statuses of its items and cannot be set directly. Use get_test_run_results to page through the execution results of the run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Restrict the response to these fields (serialized comma-separated), e.g. ["key", "name", "status"] | |
| testRunKey | Yes | Test run key, e.g. PROJ-R123 |