get_test_result_history
Retrieve the historical data for a specific test result by providing its ID. Paginate and sort the results to analyze test execution trends.
Instructions
Get history for a test result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test result 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 |