listPipelineRuns
Retrieve CI pipeline runs with filters for status, branch, or event, and control results via pagination to monitor builds and identify failures.
Instructions
List CI runs (GitVerse Actions, Bitbucket Pipelines analog). Filters: status, branch, event. Supports page/per_page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number | |
| repo | Yes | Repository name | |
| event | No | Filter by trigger event | |
| owner | Yes | Repository owner | |
| branch | No | Filter by branch | |
| status | No | Filter by run status | |
| per_page | No | Items per page |