# diagrid agent access get

Show the access policy for an Agent

```
diagrid agent access get <agent> [flags]
```

### Examples

```
diagrid agent access get my-agent --project my-project
```

### Options

```
  -p, --project string   Name of existing project
  -o, --output string    Output format, supported [table, yaml, json] (default "table")
  -h, --help             help for get
```

### Options inherited from parent commands

```
      --api-key string   Diagrid Cloud API key
```

### SEE ALSO

- [diagrid agent access](./access.md)	 - Manage which callers may invoke an Agent
