list_merge_request_pipelines
Retrieve paginated list of pipelines for a merge request by specifying project and merge request IDs.
Instructions
List pipelines for a merge request with pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| merge_request_iid | Yes | The internal ID of the merge request | |
| page | No | Page number for pagination (default: 1) | |
| per_page | No | Number of items per page (max: 100, default: 20) |