get_build_tests
List test results for a specific build, optionally filter by passed, failed, or notrun status, and paginate with limit and offset.
Instructions
List tests for a specific build, optionally filtered by status.
Args:
build_id: The CDash build ID.
status_filter: Optional filter: "passed", "failed", or "notrun".
limit: Maximum number of tests to return (default 50, max 200).
offset: Number of tests to skip (default 0). Use for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| build_id | Yes | ||
| status_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |