getResults
Retrieve test results from TestRail by specifying test ID, with options to filter by status, defects, and paginate through results.
Instructions
Retrieves test results for a specific test / 特定のテストのテスト結果を取得します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testId | Yes | TestRail Test 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 |