Search test runs
kiwi_list_runsFind test runs by filtering on summary, plan, build, product, and open status.
Instructions
TestRun.filter by summary, plan, build, product, and whether still open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | Plan id | |
| build | No | Build name or id | |
| limit | No | Max rows to return. Defaults to KIWI_DEFAULT_LIMIT (usually 20). | |
| query | No | Substring match on summary | |
| product | No | Product name or id | |
| only_active | No | true — only unfinished runs (stop_date is null) |