---
title: "List all firewalls"
method: GET
path: "/project/{project_id}/firewall"
tags: ["Firewall"]
---

# List all firewalls

`GET /project/{project_id}/firewall`

## Response `200`

A list of Firewalls

- object
  - `count` integer, required
  - `items` Firewall[], required
    - `description` string, required — Description of the firewall
    - `firewall_rules` FirewallRule[], required — List of firewall rules
      - `cidr` string, required — CIDR of the firewall rule
      - `id` string, required — ID of the firewall rule
      - `port_range` string, required — Port range of the firewall rule
      - `protocol` 'tcp' | 'udp', required — Protocol of the firewall rule (tcp or udp)
      - `description` string, required — Description of the firewall rule
    - `id` string, required — ID of the firewall
    - `location` string, required — Location of the firewall
    - `name` string, required — Name of the firewall

## Other responses

- `default` — An error response

---

[API](https://skmtc.net/ubicloud/apis/clover-api.md) · [All operations](https://skmtc.net/ubicloud/apis/clover-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ubicloud/clover-api/versions/e8e5db50e9a6/schema)
