getRuns
Retrieve test runs from TestRail projects using filters like date, creator, milestone, or suite to manage test cycles and analyze results.
Instructions
Retrieves all test runs for a specified TestRail project / 指定されたTestRailプロジェクトの全テスト実行を取得します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | TestRail Project ID | |
| createdAfter | No | Only return runs created after this timestamp | |
| createdBefore | No | Only return runs created before this timestamp | |
| createdBy | No | Only return runs created by these user IDs | |
| milestoneId | No | Only return runs for this milestone | |
| suiteId | No | Only return runs for this test suite | |
| limit | No | The number of runs to return per page | |
| offset | No | The offset to start returning runs |