get_results
Retrieve test results from TestRail by test ID, with filters for status, creation/update timestamps, and pagination.
Instructions
Get results for a test
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items (max 250, default 250) | |
| offset | No | Offset for pagination (default 0) | |
| test_id | Yes | Test ID | |
| status_id | No | Comma-separated status IDs (1=Passed,2=Blocked,3=Untested,4=Retest,5=Failed) | |
| created_after | No | Created after timestamp | |
| updated_after | No | Updated after timestamp | |
| created_before | No | Created before timestamp | |
| updated_before | No | Updated before timestamp |