---
title: Get
url: https://docs.vultr.com/reference/vultr-cli/firewall/rule/get
description: Retrieves detailed information about a specific firewall rule using its ID and firewall group ID.
publish_date: 2025-09-14T03:05:34.870613Z
last_updated: 2025-11-07T17:45:41.121369Z
---

The `vultr-cli firewall rule get` command retrieves detailed information about a specific firewall rule by providing the firewall group ID and rule ID.

## Usage

```console
$ vultr-cli firewall rule get <Firewall Group ID> <Firewall Rule Number>
```

## Examples

```console
# Full example
$ vultr-cli firewall rule get 704ac064-4ff2-49ca-a6e6-88262cca8f8a f31ade4f-2308-4a58-82c6-2d1bae0837b3

# Shortened example with aliases
$ vultr-cli fw r get 704ac064-4ff2-49ca-a6e6-88262cca8f8a f31ade4f-2308-4a58-82c6-2d1bae0837b3
```