search-ci-pipelines
Search CI/CD pipeline events such as builds and deploys using query filters for status, pipeline name, and time range. Retrieve up to 1000 results sorted by timestamp.
Instructions
Search CI/CD pipeline events (builds, deploys) with query filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | CI pipeline search query. Example: @ci.pipeline.name:deploy @ci.status:error | * |
| from | Yes | Start time (ISO 8601 or relative). Example: 2026-03-01T00:00:00Z or now-24h | |
| to | Yes | End time (ISO 8601 or relative). Example: 2026-03-02T00:00:00Z or now | |
| limit | No | Max results (default 50, max 1000) | |
| sort | No | Sort order | -timestamp |