.nh .TH "glab" "1" "Sep 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-schedule-list - List pipeline schedules in a project. .SH SYNOPSIS \fBglab schedule list [flags]\fP .SH DESCRIPTION List CI/CD pipeline schedules in a project. By default, schedules are listed for the current project. Use \fB--repo\fR to target another project. .PP Use \fB--output json\fR to format the result as JSON for use with other tools. .SH OPTIONS \fB--jq\fP="" Filter JSON output with a jq expression. .PP \fB-F\fP, \fB--output\fP="text" Format output as: 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. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted. .SH EXAMPLE .EX # List schedules for the current project glab schedule list # List schedules in another project glab schedule list -R owner/repo # List schedules as JSON glab schedule list --output json .EE .SH SEE ALSO \fBglab-schedule(1)\fP