List merge request pipelines
list_merge_request_pipelinesRetrieve all CI pipelines linked to a specific merge request. Provide the project and merge request IID to view pipeline statuses and details, aiding in CI diagnosis.
Instructions
List pipelines associated with a GitLab merge request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | GitLab project ID or full path such as group/project. | |
| merge_request_iid | Yes | Project-scoped internal ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |