getResults
Retrieve test results for a specific test in TestRail, with optional filters for status, defects, and pagination.
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 |