getResults
Fetches test results from TestRail using a test ID. Supports pagination and filtering by status or defect ID.
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 |