list_runs
Retrieve all test runs from a project, with filters for status, milestone, environment, time range, and pagination options.
Instructions
Get all test runs in a project with optional filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Project code (2-10 uppercase letters, numbers, or underscores) | |
| search | No | Search query for run title | |
| status | No | Filter by status (e.g., "active", "complete") | |
| milestone | No | Filter by milestone ID | |
| environment | No | Filter by environment ID | |
| from_start_time | No | Filter runs started after this timestamp | |
| to_start_time | No | Filter runs started before this timestamp | |
| limit | No | Maximum number of items | |
| offset | No | Number of items to skip | |
| include | No | Comma-separated relations to include (e.g., "cases") |