getTests
Retrieve a list of tests for a specific test run, with support for pagination to manage large result sets.
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 |