List pipelines
gitlab_list_pipelinesList GitLab CI pipelines with filters for status, branch/tag, source, and user. Retrieve paginated results to monitor builds effectively.
Instructions
CI pipelines with status and ref filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Branch or tag | |
| sha | No | ||
| page | No | Page number (default 1) | |
| sort | No | ||
| limit | No | Cap for all_pages (default 500) | |
| source | No | push, web, schedule, merge_request_event, ... | |
| status | No | ||
| order_by | No | ||
| per_page | No | Items per page, max 100 (default 20) | |
| username | No | Triggered by this user | |
| all_pages | No | Follow pagination and return up to `limit` items across pages | |
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. | |
| updated_after | No |