list_pipelines
Retrieve and filter pipelines for a GitLab project by status, branch, SHA, or username. Use parameters to narrow down results for CI/CD analysis.
Instructions
List pipelines for a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path | |
| status | No | Filter by pipeline status | |
| ref | No | Filter by branch or tag name | |
| sha | No | Filter by SHA | |
| yaml_errors | No | Filter pipelines with YAML errors | |
| username | No | Filter by username who triggered | |
| updated_after | No | Return pipelines updated after date | |
| updated_before | No | Return pipelines updated before date | |
| order_by | No | Order by field | |
| sort | No | Sort direction | |
| page | No | Page number (1-indexed) | |
| per_page | No | Results per page (1-100) |