---
title: "nctl get policyexceptionrequests"
diataxis: reference
applies_to:
  product: "nctl"
audience: ["developer","platform-engineer"]
last_updated: 2026-04-16
url: https://docs.nirmata.io/docs/nctl/commands/nctl_get_policyexceptionrequests/
---

## nctl get policyexceptionrequests

Get PolicyExceptionRequest resources

```bash
nctl get policyexceptionrequests [flags]
```

### Examples

```bash

  # Get all policy exception requests
  nctl get policyexceptionrequests

  # Get policy exception requests with a specific name
  nctl get policyexceptionrequests --name example-policy

  # Get policy exception requests by requester
  nctl get policyexceptionrequests --requested-by npm-automation-devops

  # Get policy exception requests filtered by state (approved, rejected, pendingApproval)
  nctl get policyexceptionrequests --state approved

  # Get policy exception requests from an insecure server (not recommended)
  nctl get policyexceptionrequests --insecure

```

### Options

```text
  -h, --help                  help for policyexceptionrequests
      --insecure              allow connection to a Nirmata server with a insecure certificate (not recommended)
      --name string           Name of policy exception to filter by
      --requested-by string   State of policy exception to filter by Requester
      --state string          State of policy exception to filter by (approved, rejected, pendingApproval)
      --token string          the Nirmata API Login Key (env NIRMATA_TOKEN)
      --url string            the Nirmata server base URL (env NIRMATA_URL)
```text

### Options inherited from parent commands

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

### SEE ALSO

* [nctl get](nctl_get.md)	 - Get Nirmata Control Hub resources


