List Pipelines
List project pipelines.
External Documentation
To learn more, visit the GitLab documentation.
Parameters
Parameter | Description |
---|---|
Order By | Order pipelines by id, status, ref, updatedat or userid (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, waitingforresource, 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. |
Workflow Library Example
List Pipelines with Gitlab and Send Results Via Email
Preview this Workflow on desktop