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

# List networks

`GET /networks`

Returns a list of networks. For details on the format, see the
[network inspect endpoint](#operation/NetworkInspect).

Note that it uses a different, smaller representation of a network than
inspecting a single network. For example, the list of containers attached
to the network is not propagated in API versions 1.28 and up.

## Query parameters

- `filters` string

## Response `200`

No error

- Network[]
  - `Name` string
  - `Id` string
  - `Created` string, dateTime
  - `Scope` string
  - `Driver` string
  - `EnableIPv6` boolean
  - `IPAM` IPAM
    - `Driver` string — Name of the IPAM driver to use.
    - `Config` IPAMConfig[] — List of IPAM configuration options, specified as a map: ``` {"Subnet": <CIDR>, "IPRange": <CIDR>, "Gateway": <IP address>, "AuxAddress": <device_name:IP address>} ```
      - `Subnet` string
      - `IPRange` string
      - `Gateway` string
      - `AuxiliaryAddresses` object
    - `Options` object — Driver-specific options, specified as a map.
  - `Internal` boolean
  - `Attachable` boolean
  - `Ingress` boolean
  - `Containers` object
  - `Options` object
  - `Labels` object

## Other responses

- `500` — Server error

---

[API](https://skmtc.net/aliyun/apis/docker-engine-api.md) · [All operations](https://skmtc.net/aliyun/apis/docker-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aliyun/docker-engine-api/revisions/04bb09da9ccb/schema)
