> ## 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 token list

List revokable tokens.

`nsc token list` displays all revokable tokens that have been created in your workspace. By default, only active (non-revoked) tokens are shown, but you can include revoked tokens using the `--include_revoked` flag.

## Usage

```bash theme={null}
nsc token list
```

### Example

```bash theme={null}
nsc token list
```

```text nocopy Output theme={null}
TOKEN ID              NAME              DESCRIPTION                 CREATED                STATUS
tok_abc123def456      production-api    Production API token         2024-01-10T10:30:00Z   Active
tok_ghi789jkl012      ci-cd-token       CI/CD automation token       2024-01-01T14:20:00Z   Expired
```

## Options

<h3 id="--output--o-format">
  \--output, -o \<format>
</h3>

Output format. One of `table` or `json`. Default is `table`.

<h3 id="--include_revoked">
  \--include\_revoked
</h3>

Include revoked tokens in the list.
