list_merge_request_pipelines
List pipelines for a merge request with pagination support. Provide project ID and merge request IID to retrieve results.
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) |