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