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