---
title: "Get firewall policy by network Id"
slug: "get-firewall-policy-by-network-id"
updated: 2026-02-18T12:52:40Z
published: 2026-02-18T12:52:58Z
canonical: "support.perimeter81.com/get-firewall-policy-by-network-id"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.perimeter81.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get firewall policy by network Id

Get/v2.3/networks/{networkId}/policy

Required permissions: `[&quot;network:read&quot;]`.

SecurityHTTPType bearer

Path parametersnetworkIdstringRequired

Responses200

Completed successfully

<select class='api-response-data' aria-label='Media type'><option value='35d55f47-9fa7-4fc0-96ef-228b28798fd9'>application/json</option>
</select>Expand Allobject  enabledboolean    

whether the policy is enabled.

allowedboolean    

whether the policy is accept or drop.

idExampleZwAeo5wqiF
policyRules Array of object (FirewallPolicyRule)   

an array of policy rules.

object  id
namestring    

Policy rule ID.

Min length5Max length50
enabledboolean    

wether the rule is enabled.

allowedboolean    

wether the rule is enabled.

sourcesobject (SourcesAndDestinations)  OneOfUsersAndGroupsobject (UsersAndGroups)users Array of string (AlphanumericWithSpace)   

List of IDs of users.

Min items1Max items10string    

Any alphanumeric value with space

Min length1Pattern^[a-zA-Z0-9 ]+$
groups Array of string (AlphanumericWithSpace)   

List of IDs of groups.

Min items1string    

Any alphanumeric value with space

Min length1Pattern^[a-zA-Z0-9 ]+$

Addressesobject (Addresses)addresses Array of string (AlphanumericWithSpace)   

List of IDs of address objects.

Min items1string    

Any alphanumeric value with space

Min length1Pattern^[a-zA-Z0-9 ]+$

destinationsobject (SourcesAndDestinations)  OneOfUsersAndGroupsobject (UsersAndGroups)users Array of string (AlphanumericWithSpace)   

List of IDs of users.

Min items1Max items10string    

Any alphanumeric value with space

Min length1Pattern^[a-zA-Z0-9 ]+$
groups Array of string (AlphanumericWithSpace)   

List of IDs of groups.

Min items1string    

Any alphanumeric value with space

Min length1Pattern^[a-zA-Z0-9 ]+$

Addressesobject (Addresses)addresses Array of string (AlphanumericWithSpace)   

List of IDs of address objects.

Min items1string    

Any alphanumeric value with space

Min length1Pattern^[a-zA-Z0-9 ]+$

services Array of string   

List of services objects IDs.

Min items1string    Pattern^[a-zA-Z0-9_- ]+$

traceboolean    

whether the policy is traced.

401

Unauthorized

403

Forbidden

404

Network not found
