get_history_for_case
Fetch the full change history for a test case by ID to audit modifications. Supports pagination with limit and offset for browsing large histories.
Instructions
Get change history for a case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items (max 250, default 250) | |
| offset | No | Offset for pagination (default 0) | |
| case_id | Yes | Test case ID |