List Launch Test Results
list_launch_test_resultsRetrieve test results from a specific launch, including manual execution metadata. Filter by failed or manual results, apply search criteria, paginate, and sort to pinpoint the outcomes you need.
Instructions
List test results inside a launch, including manual execution metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based page index after optional filtering. | |
| size | No | Number of results per page (max 100). | |
| sort | No | Optional sort directives such as ['name,ASC'] or ['createdDate,DESC']. | |
| search | No | Optional result-name search term. | |
| filter_id | No | Optional saved filter ID from TestOps. | |
| launch_id | Yes | Launch ID (required). | |
| project_id | No | Optional override for the default Project ID. | |
| failed_only | No | When true, return only failed or broken results. Filtering is handled for you. | |
| manual_only | No | When true, return only manual results. Filtering is handled for you. | |
| output_format | No | Output format: 'json' (default) or 'plain'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| size | No | ||
| items | No | Entity-specific collection entries. | |
| total | No | ||
| launch_id | No | ||
| failed_only | No | ||
| manual_only | No | ||
| total_pages | No |