get_test_case_history
Retrieve the run history for a specific test case, with support for pagination and sorting.
Instructions
Get test case run history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test case ID. Must be a number (integer), not a string. | |
| page | No | Page number, 0-based. Must be a number (integer), not a string. | |
| size | No | Page size. Must be a number (integer), not a string. | |
| sort | No |