> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getmodus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# modus scopes get

> Get a scope by id (full JSON, or a short table with --pretty).

Get a scope by id (full JSON, or a short table with --pretty).

## Usage

```bash theme={null}
modus scopes get [flags]
```

## Arguments

| Name |          | Description |
| ---- | -------- | ----------- |
| `id` | required | Scope id.   |

## Examples

```bash theme={null}
modus scopes get 42
modus scopes get 42 --pretty
```

See [CLI quickstart](/guides/cli) for install and auth.
