get_results_for_run
Fetch all test results for a specific TestRail run. Filter by status, creation, or update time, and paginate results to analyze pass/fail outcomes.
Instructions
Get all results for a run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items (max 250, default 250) | |
| offset | No | Offset for pagination (default 0) | |
| run_id | Yes | Test run 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 |