--- stage: Create group: Code Review info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments --- # `glab schedule list` Get the list of schedules ```plaintext glab schedule list [flags] ``` ## Examples ```plaintext glab schedule list ``` ## Options ```plaintext -p, --page int Page number (default 1) -P, --per-page int Number of items to list per page. (default 30) ``` ## Options inherited from parent commands ```plaintext --help Show help for command -R, --repo OWNER/REPO Select another repository using the OWNER/REPO or `GROUP/NAMESPACE/REPO` format or full URL or git URL ```