search-ci-tests
Search CI test events with query filtering and time range to find specific test results such as failures by service or status.
Instructions
Search CI test events (unit tests, integration tests) with query filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | CI test search query. Example: @test.service:my-app @test.status:fail | * |
| from | Yes | Start time (ISO 8601 or relative). Example: now-24h | |
| to | Yes | End time (ISO 8601 or relative). Example: now | |
| limit | No | Max results (default 50, max 1000) | |
| sort | No | Sort order | -timestamp |