testmo_list_results
List recorded test results for a Testmo run, with filtering by case ID and status. Obtain the per-result test ID to record new results.
Instructions
List recorded test results for a run. Note: this returns tests that have a recorded result, not necessarily every case in the run. The per-result test_id is the run_test_id needed to record a new result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| run_id | Yes | Run ID | |
| case_id | No | Filter by case ID(s) | |
| expands | No | Comma-separated expands: issues,users | |
| per_page | No | Rows per page: 15, 25, 50, or 100 (default 100) | |
| status_id | No | Comma-separated status IDs to filter by | |
| get_latest_result | No | true = only the most recent result per test |