getResultsForRun
Retrieve test results for a specific run in TestRail, with options to filter by status, defects, and paginate through large datasets.
Instructions
Retrieves all test results for a test run / テスト実行の全テスト結果を取得します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | TestRail Run ID | |
| limit | No | The number of results to return per page | |
| offset | No | The offset to start returning results | |
| statusId | No | Filter by status IDs (comma-separated) | |
| defectsFilter | No | Filter by defect ID |