get_test_plan
Retrieve a test plan from Zephyr Scale by its key, including linked test runs and issues. Optionally filter fields to control the response.
Instructions
Read a Zephyr Scale test plan by key (GET /testplan/{testPlanKey}). Optionally restrict the payload with fields. The response includes linked test runs and issues when present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Return only these fields, e.g. ["key","name","status"]; sent to the API as a comma-separated list | |
| testPlanKey | Yes | Test plan key, e.g. PROJ-P123 |