search-ci-pipelines
Filter and retrieve CI/CD pipeline events like builds and deployments using queries with time range and sort options.
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 |