---
title: List
url: https://docs.vultr.com/reference/vultr-cli/firewall/rule/list
description: Lists all configured firewall rules for a specified group, displaying protocols, ports, and network access permissions.
publish_date: 2025-09-14T03:05:36.292586Z
last_updated: 2025-11-07T17:45:43.489026Z
---

The `vultr-cli firewall rule list` command displays all configured firewall rules for a specified Vultr firewall group, showing their protocols, ports, and network access settings.

## Usage

```console
$ vultr-cli firewall rule list <Firewall Group ID> [flags]
```

## Examples

```console
# Full example
$ vultr-cli firewall rule list 704ac064-4ff2-49ca-a6e6-88262cca8f8a

# Shortened example with aliases
$ vultr-cli fw r l 704ac064-4ff2-49ca-a6e6-88262cca8f8a
```

## Flags
| Shorthand | Long Version | Description |
|-----------|--------------|-------------|
| -c | --cursor | (optional) Cursor for paging. |
| -p | --per-page | (optional) Number of items requested per page. Default is 100 and Max is 500. |