get_tests
List tests in a TestRail run by run ID, with optional pagination and status filters to narrow results.
Instructions
List tests in a run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items (max 250, default 250) | |
| offset | No | Offset for pagination (default 0) | |
| run_id | Yes | Test run ID | |
| status_id | No | Comma-separated status IDs (1=Passed,2=Blocked,3=Untested,4=Retest,5=Failed) |