MR Pipelines
get_merge_request_pipelinesGet CI/CD pipelines for a merge request with status, duration, and stage information.
Instructions
Get CI/CD pipelines for a merge request, including status, duration, and stages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Full path of the project (e.g., "group/project-name") | |
| iid | Yes | Merge request IID | |
| first | No | Number of pipelines to retrieve | |
| after | No | Cursor for pagination | |
| fetchAll | No | Fetch all pages up to 100 results | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |