list_test_records
Fetch test record summaries from a Polarion test run, filterable by result status, returning record IDs and defect links.
Instructions
List execution records of one test run — one row per test case iteration. For run metadata use get_test_run.
Filter by result (e.g. 'failed') or omit for all; not-yet-executed records have empty result. Lucene query is NOT supported here. Returns summaries — id is the exact value update_test_records takes as record_id; defect_id links the failure work item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Filter by result enum ID (e.g. 'passed', 'failed', 'blocked'). | |
| page_size | No | ||
| project_id | Yes | Polarion project ID. | |
| page_number | No | ||
| test_run_id | Yes | Test run ID (e.g. 'TR-2026-01'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| items | Yes | ||
| has_more | No | ||
| page_size | Yes | ||
| total_count | Yes |