getResultsForRun
Retrieve all test results for a test run by providing the run ID. Optionally filter by status, defects, or paginate results.
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 |