List GitLab pipelines
list_pipelinesRetrieve project pipelines with filters for status, ref, source, user, or update time to monitor CI runs and debug failures.
Instructions
List project pipelines by status, ref, source, user, or update time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| sha | No | ||
| name | No | ||
| page | No | ||
| sort | No | ||
| source | No | ||
| status | No | ||
| project | Yes | GitLab project ID or full path such as group/project. | |
| order_by | No | ||
| per_page | No | ||
| username | No | ||
| updated_after | No | ||
| updated_before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |