list_pipelines_tool
List GitLab CI/CD pipelines for a project with filters for status, branch, or tag. Sort and paginate results to find the pipelines you need.
Instructions
List CI/CD pipelines for a GitLab project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Filter by branch or tag name | |
| page | No | Page number (default: 1) | |
| sort | No | Sort direction (asc, desc) | desc |
| status | No | Filter by status (created, waiting_for_resource, preparing, pending, running, success, failed, canceled, skipped, manual, scheduled) | |
| order_by | No | Order by field (id, status, ref, updated_at, user_id) | id |
| per_page | No | Results per page, max 100 (default: 20) | |
| project_id | Yes | Project ID or path |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||