> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itential.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server.

# iagctl get secrets

Display all secrets.

The `iagctl get secrets` command displays the names of all secrets in the gateway data store. This command doesn't decrypt the secret values.

For more information on creating and managing secrets, see [Create Gateway secret store](../configure-secret-store).

## Syntax

```bash
iagctl get secrets [flags]
```

## Examples

```bash
iagctl get secrets
```

## Options

```bash
  -h, --help   Help for secrets
```

## Options inherited from parent commands

```bash
  --profile string   Specify the client profile to use (case-insensitive, defaults to [client] section)
  --config string   Path to the configuration file
  --raw             Display the result of the command in raw format
  --verbose         Enable verbose output
```