search_executions
Run a ZQL query to find and return matching test executions with total count.
Instructions
Run a ZQL query and return matching executions.
Example ZQL: project = "SONY" AND executionStatus = FAIL. Returns
{executions, totalCount, ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zql_query | Yes | ||
| offset | No | ||
| max_records | No | ||
| expand | No |