> ## Documentation Index
> Fetch the complete documentation index at: https://wundergraphinc-brendan-add-sof-link.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# List

> Lists router tokens of a federated graph. Only shows metadata not the actual token.

## Usage

```bash theme={null}
npx wgc router token list <name>
```

## Description

The `npx wgc router token list` command lists all the tokens of a federated graph.

## Parameters

* `<name>`: The name of the federated graph.

## Options

`-n, --namespace` : The namespace of the federated graph (Default: "default").

## Examples

```bash theme={null}
npx wgc router token list production
```

Lists all the tokens of the federated graph named "production" within the *default* namespace.
