---
title: "nctl mappings get"
diataxis: reference
applies_to:
  product: "nctl"
audience: ["developer","platform-engineer"]
last_updated: 2026-03-07
url: https://docs.nirmata.io/docs/nctl/commands/nctl_mappings_get/
---

## nctl mappings get

Get control mappings for a compliance standard or policy

```bash
nctl mappings get [standard] [flags]
```text

### Examples

```text
  # Get all policy→control mappings for SOC2
  nctl mappings get soc2

  # Look up which standards and controls a specific policy covers
  nctl mappings get --policy restrict-cluster-admin-binding

  # JSON output
  nctl mappings get soc2 -o json
  nctl mappings get --policy restrict-cluster-admin-binding -o json
```

### Options

```text
  -h, --help                   help for get
      --mappings-file string   Override path to mappings YAML file
  -o, --output string          Output format (text, json, yaml) (default "text")
      --policy string          Look up a specific policy by name across all standards
```text

### Options inherited from parent commands

```text
  -v, --v Level   number for the log level verbosity
```

### SEE ALSO

* [nctl mappings](nctl_mappings.md)	 - Work with compliance policy mappings


