getTests
Retrieve tests for a specific TestRail run by run ID. Use pagination to access all tests in manageable pages.
Instructions
Retrieves a list of tests for a test run / テスト実行に含まれるテスト一覧を取得します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of tests to return per page. If you cannot get all tests, try separating the request into multiple calls | |
| runId | Yes | TestRail Run ID | |
| offset | No | Offset for pagination |