search-ci-tests
Find CI test events (unit, integration) by applying query filters on service, status, and other attributes. Specify a time range and sort order to pinpoint relevant results.
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 |