---
title: "List Firewalls"
method: GET
path: "/workspace/firewalls"
tags: ["Firewalls"]
---

# List Firewalls

`GET /workspace/firewalls`

List all Firewalls owned by your account.

## Query parameters

- `active` boolean
- `debug` boolean
- `fields` string
- `id` integer
- `last_editor` string
- `last_modified__gte` string, date-time
- `last_modified__lte` string, date-time
- `name` string
- `ordering` string
- `page` integer
- `page_size` integer
- `search` string

## Response `200`

List of firewalls retrieved successfully.

- PaginatedFirewallList
  - `count` integer — Total number of items
  - `total_pages` integer — Total number of pages
  - `page` integer — Current page number
  - `page_size` integer — Number of items per page
  - `next` string, uri, nullable — URL to the next page of results
  - `previous` string, uri, nullable — URL to the previous page of results
  - `results` Firewall[]
    - `id` integer, required
    - `name` string, required
    - `modules` FirewallModules
      - `ddos_protection` FirewallModule, required — Serializer for individual modules in Firewall. Handles serialization and deserialization of module settings with an enabled flag.
        - `enabled` boolean
      - `functions` FirewallModule — Serializer for individual modules in Firewall. Handles serialization and deserialization of module settings with an enabled flag.
        - `enabled` boolean
      - `network_protection` FirewallModule — Serializer for individual modules in Firewall. Handles serialization and deserialization of module settings with an enabled flag.
        - `enabled` boolean
      - `waf` FirewallModule — Serializer for individual modules in Firewall. Handles serialization and deserialization of module settings with an enabled flag.
        - `enabled` boolean
    - `debug` boolean
    - `active` boolean
    - `last_editor` string, required
    - `last_modified` string, date-time, required
    - `created_at` string, date-time, required
    - `product_version` string, required

## Other responses

- `400` — Validation Error
- `401` — Authentication Failed
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `406` — Not Acceptable
- `429` — Throttled
- `500` — Internal Server Error

---

[API](https://skmtc.dev/azion/apis/azion-api.md) · [All operations](https://skmtc.dev/azion/apis/azion-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azion/azion-api/revisions/bb3250697218/schema)
