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

# nsc egress policy list

List available egress policies.

`egress policy list` lists the egress policies configured for your
[workspace](/docs/workspaces), showing which policies exist and how outbound
network traffic from your instances is governed. Use it to see what's
currently defined before creating a new policy, or to look up a policy's
identifier before describing or updating it.

## Usage

```bash theme={null}
nsc egress policy list [-o <plain|json>]
```

### Example

```bash theme={null}
nsc egress policy list
```

```text nocopy Output theme={null}
NAME              DESCRIPTION
default           Allow all outbound traffic
restricted-net     Deny all except allow-listed destinations
```

As structured JSON:

```bash theme={null}
nsc egress policy list -o json
```

## Options

<h3 id="--output--o-plainjson">
  \--output, -o \<plain|json>
</h3>

Output format. Supported values are `plain` and `json`. Defaults to `plain`.
