.nh .TH "glab" "1" "Mar 2025" "Auto generated by spf13/cobra" "" .SH NAME glab-ci-list - Get the list of CI/CD pipelines. .SH SYNOPSIS \fBglab ci list [flags]\fP .SH DESCRIPTION Get the list of CI/CD pipelines. .SH OPTIONS \fB-n\fP, \fB--name\fP="" Return only pipelines with the given name. .PP \fB-o\fP, \fB--orderBy\fP="id" Order pipelines by this field. Options: id, status, ref, updated_at, user_id. .PP \fB-F\fP, \fB--output\fP="text" Format output. Options: text, json. .PP \fB-p\fP, \fB--page\fP=1 Page number. .PP \fB-P\fP, \fB--per-page\fP=30 Number of items to list per page. .PP \fB-r\fP, \fB--ref\fP="" Return only pipelines for given ref. .PP \fB--scope\fP="" Return only pipelines with the given scope: {running|pending|finished|branches|tags} .PP \fB--sha\fP="" Return only pipelines with the given SHA. .PP \fB--sort\fP="desc" Sort pipelines. Options: asc, desc. .PP \fB--source\fP="" Return only pipelines triggered via the given source. See https://docs.gitlab.com/ee/ci/jobs/job_rules.html#ci_pipeline_source-predefined-variable for full list. Commonly used options: {merge_request_event|parent_pipeline|pipeline|push|trigger} .PP \fB-s\fP, \fB--status\fP="" Get pipeline with this status. Options: running, pending, success, failed, canceled, skipped, created, manual, waiting_for_resource, preparing, scheduled .PP \fB-a\fP, \fB--updated-after\fP="" Return only pipelines updated after the specified date. Expected in ISO 8601 format (2019-03-15T08:00:00Z). .PP \fB-b\fP, \fB--updated-before\fP="" Return only pipelines updated before the specified date. Expected in ISO 8601 format (2019-03-15T08:00:00Z). .PP \fB-u\fP, \fB--username\fP="" Return only pipelines triggered by the given username. .PP \fB-y\fP, \fB--yaml-errors\fP[=false] Return only pipelines with invalid configurations. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB--help\fP[=false] Show help for this command. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. Can use either \fBOWNER/REPO\fR or \fBGROUP/NAMESPACE/REPO\fR format. Also accepts full URL or Git URL. .SH EXAMPLE .EX glab ci list glab ci list --status=failed .EE .SH SEE ALSO \fBglab-ci(1)\fP