List pipelines
gitlab_list_pipelinesList recent GitLab project pipelines, filterable by branch, tag, merge request, or status.
Instructions
Lists recent project pipelines, filtering by ref (branch/tag), MR, or status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Branch ou tag (ex.: main, feature/foo). | |
| status | No | Filter by pipeline status. | |
| per_page | No | ||
| repo_path | No | Absolute local clone path; resolves project and MR from current branch. | |
| project_id | No | Numeric ID or group/repo path on GitLab. | |
| merge_request_iid | No | Merge request IID. Omit with repo_path to resolve from current branch. |