Skip to main content

List Pipelines

List project pipelines.

External Documentation

To learn more, visit the GitLab documentation.

Parameters

ParameterDescription
Order ByOrder pipelines by id, status, ref, updated_at or user_id (default: id).
Project IDThe 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 .
RefThe ref of pipelines.
ScopeThe scope of pipelines, one of: running, pending, finished, branches, tags.
SortSort pipelines in asc or desc order (default: desc).
StatusThe status of pipelines, one of: created, waiting_for_resource, preparing, pending, running, success, failed, canceled, skipped, manual, scheduled.
Updated AfterReturn pipelines updated after the specified date. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
Updated BeforeReturn pipelines updated before the specified date. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
UsernameThe username of the user who triggered pipelines.
Yaml ErrorsReturns pipelines with invalid configurations.

Workflow Library Example

List Pipelines with Gitlab and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop