# diagrid app access list

List the access policies of Apps in a project

```
diagrid app access list [flags]
```

### Examples

```
diagrid app access list --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 list
```

### Options inherited from parent commands

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

### SEE ALSO

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