list_test_runs
Search and list test runs in a Polarion project. Filter by status, author, or custom fields using Lucene queries, and choose between actual runs or template blueprints.
Instructions
List / search test runs in a project.
Returns actual run instances by default; set templates=True for the reusable template blueprints instead. Filter with a Lucene query (status:open, type:manual, author.id:, HAS_VALUE:) or omit for all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional Lucene filter (e.g. 'status:open', 'author.id:devemberx', 'HAS_VALUE:<field>' to match runs with that field populated). | |
| page_size | No | ||
| templates | No | List template blueprints instead of actual run instances. | |
| project_id | Yes | Polarion project ID. | |
| page_number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| items | Yes | ||
| has_more | No | ||
| page_size | Yes | ||
| total_count | Yes |