| title | `glab runner list` |
|---|---|
| stage | Create |
| group | Code Review |
| info | To determine the technical writer assigned to the Stage/Group associated with this page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments> |
List runners.
List runners for a project (default), group, or instance.
Instance scope requires administrator access.
glab runner list [flags]
ls
# 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 -g, --group string List runners for a group. Ignored if -R/--repo is set.
-i, --instance List all runners available to the user (instance scope).
-F, --output string Format output as: text, json. (default "text")
-p, --page int Page number. (default 1)
-P, --per-page int Number of items to list per page. (default 30)
-R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.
-h, --help Show help for this command.