> ## 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 integrations tailscale list

List named Tailscale integration specs.

`nsc integrations tailscale list` prints the named [Tailscale](/docs/integrations/tailscale)
integration specs configured for your workspace. Each spec bundles a Tailscale OAuth client ID
and a set of tags that Namespace workloads advertise when they join your tailnet, and is created
with `nsc integrations tailscale set`.

Use this command to check which specs already exist in your workspace before referencing one by
name from a Devbox config, a GitHub Actions runner profile, or another `nsc integrations tailscale`
command.

## Usage

```bash theme={null}
nsc integrations tailscale list [--output <format>]
```

### Example

```bash theme={null}
nsc integrations tailscale list
```

```text nocopy Output theme={null}
NAME    OAUTH CLIENT ID    TAGS
corp    abc123def456       tag:namespace,tag:ci
```

## Options

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

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

## Related Topics

* [Tailscale integration](/docs/integrations/tailscale)
* [nsc integrations tailscale set](/docs/reference/cli/integrations-tailscale-set)
* [nsc integrations tailscale remove](/docs/reference/cli/integrations-tailscale-remove)
