list_pipelines
Retrieve pipelines from a GitLab project, filtered by status, branch, or tag. Use to monitor CI/CD workflow status.
Instructions
List pipelines in a GitLab project.
Args: project_path: Full path of the project (e.g., 'group/project') status: Filter by status: 'running', 'pending', 'success', 'failed', 'canceled', 'skipped' ref: Filter by branch or tag name per_page: Number of results per page (max 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| status | No | ||
| per_page | No | ||
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |