---
title: "List networks"
method: GET
path: "/networks"
tags: ["Network"]
---

# List networks

`GET /networks`

## Response `200`

Summary networks that matches the query

- NetworkResource — NetworkResource is the body of the "get network" http response message
  - `Name` string — Name is the requested name of the network
  - `Id` string — ID uniquely identifies a network on a single machine
  - `Scope` string — Scope describes the level at which the network exists (e.g. `global` for cluster-wide or `local` for machine level)
  - `Driver` string — Driver is the Driver name used to create the network (e.g. `bridge`, `overlay`)
  - `EnableIPv6` boolean — EnableIPv6 represents whether to enable IPv6
  - `IPAM` IPAM — represents IP Address Management
    - `Driver` string
    - `Options` object
    - `Config` IPAMConfig[]
      - `Subnet` string — subnet address for network
      - `IPRange` string — sub ip range in sub-network
      - `Gateway` string — gateway for sub-network
      - `AuxAddress` object — aux address in sub-network
  - `Internal` boolean — Internal represents if the network is used internal only
  - `Containers` object — Containers contains endpoints belonging to the network
  - `IndexConfigs` object
  - `Options` object, nullable — Options holds the network specific options to use for when creating the network
  - `Labels` object, nullable — Labels holds metadata specific to the network being created

## Other responses

- `500` — An unexpected server error occurred.

---

[API](https://skmtc.net/aliyun/apis/pouch-engine-api.md) · [All operations](https://skmtc.net/aliyun/apis/pouch-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aliyun/pouch-engine-api/versions/36d75b2825fc/schema)
