Test case history
kiwi_case_historyRetrieve the full change history of a test case, including all past modifications and records. Use the test case ID to get historical data, with an optional limit on returned rows.
Instructions
TestCase.history: full change history (KiwiHistoricalRecords).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test case id | |
| limit | No | Max rows to return. Defaults to KIWI_DEFAULT_LIMIT (usually 20). |