gitlab_list_pipelines
List GitLab CI/CD pipelines for a project by numeric ID or namespace path. Filter by status, ref, and page to monitor build results and troubleshoot failures.
Instructions
Lists pipelines (GET /projects/:id/pipelines).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| page | No | ||
| status | No | ||
| perPage | No | ||
| projectId | Yes | Numeric ID or path with namespace, e.g. group/project. |