Get test case by id
kiwi_get_caseRetrieve a complete test case by its ID, showing all fields and optionally its execution list. Use it to access full case details for QA analysis or reporting.
Instructions
Full test-case card (TestCase.filter by id), text returned as-is (Markdown). Optionally include related executions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test case id | |
| include_executions | No | Include TestExecution list for this case |