list_pipelines
Retrieve GitLab CI/CD pipelines for a project using filters like status, branch, user, or date range. Get paginated results to monitor and troubleshoot build history.
Instructions
List pipelines in a GitLab project with filtering options
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | The ref of pipelines | |
| sha | No | The SHA of pipelines | |
| page | No | Page number for pagination (default: 1) | |
| sort | No | Sort pipelines | |
| scope | No | The scope of pipelines | |
| status | No | The status of pipelines | |
| order_by | No | Order pipelines by | |
| per_page | No | Number of items per page (max: 100, default: 20) | |
| username | No | The username of the user who triggered pipelines | |
| project_id | No | Project ID or URL-encoded path | |
| yaml_errors | No | Returns pipelines with invalid configurations | |
| updated_after | No | Return pipelines updated after the specified date | |
| updated_before | No | Return pipelines updated before the specified date |