get_runs
Fetch test runs for a project, filtering by status, suite, milestone, dates, or references. Use to review active or completed runs and paginate through results.
Instructions
List test runs for a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items (max 250, default 250) | |
| offset | No | Offset for pagination (default 0) | |
| suite_id | No | Suite ID filter | |
| project_id | Yes | Project ID | |
| refs_filter | No | Reference filter | |
| is_completed | No | 1=completed, 0=active | |
| milestone_id | No | Comma-separated milestone IDs | |
| created_after | No | Created after timestamp | |
| updated_after | No | Updated after timestamp | |
| created_before | No | Created before timestamp | |
| updated_before | No | Updated before timestamp |