testmo_list_runs
Retrieve manual test runs for a project with optional filters for name, status, milestone, and pagination. Simplify tracking and reviewing test cycles.
Instructions
List manual test runs for a project. Supports optional name filter, open/closed filter, milestone filter and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter runs by name (partial match) | |
| page | No | Page number (default 1) | |
| per_page | No | Rows per page: 15, 25, 50, or 100 (default 100) | |
| is_closed | No | true = closed runs only, false = active only | |
| project_id | Yes | Project ID | |
| milestone_id | No | Filter by milestone ID |