---
title: "List Firewall Function"
method: GET
path: "/workspace/firewalls/{firewall_id}/functions"
tags: ["Firewalls - Function"]
---

# List Firewall Function

`GET /workspace/firewalls/{firewall_id}/functions`

List all Function Instances for a specific Firewall owned by your account.

## Path parameters

- `firewall_id` integer, required

## Query parameters

- `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 firewall function instances retrieved successfully.

- PaginatedFirewallFunctionInstanceList
  - `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` FirewallFunctionInstance[]
    - `id` integer, required
    - `name` string, required
    - `args` object — Args to be accessed by the Function. - args must be a JSON object or an array. - If there are no args being informed, the function default_args will be used.
      - `arg` object
    - `azion_form` object — JSON schema to be rendered as a json args form. - azion_form must be a JSON schema. - If there are no schema being informed, an empty JSON object will be used.
      - `arg` object
    - `function` integer, required
    - `active` boolean
    - `last_editor` string, required
    - `last_modified` string, date-time, required
    - `created_at` string, date-time, 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)
