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
---
<!--
This documentation is auto generated by a script.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
Manage runner controller scopes. (EXPERIMENTAL)
## Synopsis
Manages runner controller scopes. This is an admin-only feature.
This feature is an experiment and is not ready for production use.
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
---
<!--
This documentation is auto generated by a script.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
List scopes for a runner controller. (EXPERIMENTAL)
```plaintext
glab runner-controller scope list <controller-id> [flags]
```
## Examples
```console
#List all scopes for runner controller 42
$glab runner-controller scope list 42
#List scopes as JSON
$glab runner-controller scope list 42 --output json
```
## Options
```plaintext
-F, --output string Format output as: text, json. (default "text")