External DocumentationTo learn more, visit the GitLab documentation.
Actions
List Pipelines
List project pipelines.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Order By | Order pipelines by id, status, ref, updated_at or user_id (default: id). |
| Project ID | The ID or path of the project owned by the authenticated user. If the path is being used, it should be url encoded - for example: user%2my-project . |
| Ref | The ref of pipelines. |
| Scope | The scope of pipelines, one of: running, pending, finished, branches, tags. |
| Sort | Sort pipelines in asc or desc order (default: desc). |
| Status | The status of pipelines, one of: created, waiting_for_resource, preparing, pending, running, success, failed, canceled, skipped, manual, scheduled. |
| Updated After | Return pipelines updated after the specified date. Expected in ISO 8601 format (2019-03-15T08:00:00Z). |
| Updated Before | Return pipelines updated before the specified date. Expected in ISO 8601 format (2019-03-15T08:00:00Z). |
| Username | The username of the user who triggered pipelines. |
| Yaml Errors | Returns pipelines with invalid configurations. |
Was this page helpful?