glab-runner-list - Man Page
List runners.
Synopsis
glab runner list [flags]
Description
List runners for a project (default), group, or instance.
Instance scope requires administrator access.
Options
-g, --group="" List runners for a group. Ignored if -R/--repo is set.
-i, --instance[=false] List all runners available to the user (instance scope).
-F, --output="text" Format output as: text, json.
-p, --page=1 Page number.
-P, --per-page=30 Number of items to list per page.
- -R, ā--repo="" Select another repository. Can use either OWNER/REPO or GROUP/NAMESPACE/REPO
- format. Also accepts full URL or Git URL.
Options Inherited from Parent Commands
-h, --help[=false] Show help for this command.
Example
# List runners for the current project $ glab runner list # List runners for a specific project $ glab runner list -R owner/repo # List runners for a group $ glab runner list --group mygroup # List runners as JSON $ glab runner list --output json
See Also
Referenced By
Mar 2026 Auto generated by spf13/cobra