glab-schedule-list - Man Page

Get the list of schedules.

Synopsis

glab schedule list [flags]

Description

Get the list of schedules.

Options

-F, --output="text" Format output as: text, json.

-p, --page=1 Page number.

-P, --per-page=30 Number of items to list per page.

Options Inherited from Parent Commands

-h, --help[=false] Show help for this command.

-R,  --repo="" Select another repository. Can use either OWNER/REPO or GROUP/NAMESPACE/REPO
format. Also accepts full URL or Git URL.

Example

# List all scheduled pipelines
$ glab schedule list
Showing schedules for project gitlab-org/cli
ID  Description                    Cron            Ref    Active
1   Daily build                   0 0 * * *       main   true
2   Weekly deployment             0 0 * * 0       main   true

See Also

glab-schedule(1)

Referenced By

glab-schedule(1).

Apr 2026 Auto generated by spf13/cobra