list_pipelines
Retrieve CI/CD pipeline runs from GitHub repositories with filtering options for status, branch, commit, and pagination.
Instructions
List CI/CD pipelines (workflow runs in GitHub) with optional filters
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier (GitLab: "group/project" or ID, GitHub: "owner/repo") | |
| status | No | Filter by status | |
| ref | No | Filter by branch or tag name | |
| sha | No | Filter by commit SHA | |
| sort | No | Sort direction | |
| page | No | Page number (default: 1) | |
| per_page | No | Items per page (default: 20, max: 100) |